head 1.5; access; symbols pkgsrc-2021Q3:1.4.0.48 pkgsrc-2021Q3-base:1.4 pkgsrc-2021Q2:1.4.0.46 pkgsrc-2021Q2-base:1.4 pkgsrc-2021Q1:1.4.0.44 pkgsrc-2021Q1-base:1.4 pkgsrc-2020Q4:1.4.0.42 pkgsrc-2020Q4-base:1.4 pkgsrc-2020Q3:1.4.0.40 pkgsrc-2020Q3-base:1.4 pkgsrc-2020Q2:1.4.0.36 pkgsrc-2020Q2-base:1.4 pkgsrc-2020Q1:1.4.0.16 pkgsrc-2020Q1-base:1.4 pkgsrc-2019Q4:1.4.0.38 pkgsrc-2019Q4-base:1.4 pkgsrc-2019Q3:1.4.0.34 pkgsrc-2019Q3-base:1.4 pkgsrc-2019Q2:1.4.0.32 pkgsrc-2019Q2-base:1.4 pkgsrc-2019Q1:1.4.0.30 pkgsrc-2019Q1-base:1.4 pkgsrc-2018Q4:1.4.0.28 pkgsrc-2018Q4-base:1.4 pkgsrc-2018Q3:1.4.0.26 pkgsrc-2018Q3-base:1.4 pkgsrc-2018Q2:1.4.0.24 pkgsrc-2018Q2-base:1.4 pkgsrc-2018Q1:1.4.0.22 pkgsrc-2018Q1-base:1.4 pkgsrc-2017Q4:1.4.0.20 pkgsrc-2017Q4-base:1.4 pkgsrc-2017Q3:1.4.0.18 pkgsrc-2017Q3-base:1.4 pkgsrc-2017Q2:1.4.0.14 pkgsrc-2017Q2-base:1.4 pkgsrc-2017Q1:1.4.0.12 pkgsrc-2017Q1-base:1.4 pkgsrc-2016Q4:1.4.0.10 pkgsrc-2016Q4-base:1.4 pkgsrc-2016Q3:1.4.0.8 pkgsrc-2016Q3-base:1.4 pkgsrc-2016Q2:1.4.0.6 pkgsrc-2016Q2-base:1.4 pkgsrc-2016Q1:1.4.0.4 pkgsrc-2016Q1-base:1.4 pkgsrc-2015Q4:1.4.0.2 pkgsrc-2015Q4-base:1.4 pkgsrc-2015Q3:1.3.0.30 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.28 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.26 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.24 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.22 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.20 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.18 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.16 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.14 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.12 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.10 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.8 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.6 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.4 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.2 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.2.0.14 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.12 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.10 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.8 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.6 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.4 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.2 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.1.0.2 pkgsrc-2010Q1-base:1.1; locks; strict; comment @# @; 1.5 date 2021.10.09.12.50.45; author wiz; state dead; branches; next 1.4; commitid Zp7ppdTCc18Cs8cD; 1.4 date 2015.09.30.13.58.15; author jperkin; state Exp; branches; next 1.3; commitid 420R9vXMMsZaAhDy; 1.3 date 2012.02.17.18.30.23; author drochner; state Exp; branches; next 1.2; 1.2 date 2010.04.19.11.40.16; author obache; state Exp; branches; next 1.1; 1.1 date 2010.02.10.10.31.46; author drochner; state Exp; branches; next ; desc @@ 1.5 log @py-nose: simplify installation, and fix for python 3.10 @ text @$NetBSD: patch-aa,v 1.4 2015/09/30 13:58:15 jperkin Exp $ Use PKGMANDIR. --- setup.py.orig 2011-07-30 23:49:15.000000000 +0000 +++ setup.py @@@@ -29,7 +29,7 @@@@ try: packages = find_packages(), entry_points = { 'console_scripts': [ - 'nosetests = nose:run_exit', +# 'nosetests = nose:run_exit', 'nosetests%s = nose:run_exit' % py_vers_tag, ], 'distutils.commands': [ @@@@ -102,7 +102,7 @@@@ setup( license = 'GNU LGPL', keywords = 'test unittest doctest automatic discovery', url = 'http://readthedocs.org/docs/nose/', - data_files = [('man/man1', ['nosetests.1'])], + data_files = [('@@PKGMANDIR@@/man1', ['nosetests' + sys.version[0:3] + '.1'])], package_data = {'': ['*.txt', 'examples/*.py', 'examples/*/*.py']}, @ 1.4 log @Use PKGMANDIR. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2012/02/17 18:30:23 drochner Exp $ @ 1.3 log @update to 1.1.2 changes: -support for Python-2.7 and 3 -many bugfixes pkgsrc note: not enabled for Python3 yet, needs a framework fix first @ text @d1 3 a3 1 $NetBSD$ d21 1 a21 1 + data_files = [('man/man1', ['nosetests' + sys.version[0:3] + '.1'])], @ 1.2 log @Update py-nose to 0.11.3. Based on PR#43174 from Wen Heping. While here, define self test target. 0.11.3 - Fixed default plugin manager's use of plugin overriding. Thanks to rob.daylife for the bug report and patch. (#323). 0.11.2 - Changed plugin loading so that external plugins loaded via extension points can override builtin plugins with the same name. - Updated multiprocess plugin and nose's packaging to allow multiprocess plugin to work on Windows (#265). - Fixed bug in xunit plugin's interaction with suites and errors in module-level setup. Thanks to Mark McCague for the bug report (#279). - Fixed bug in nose.loader.TestLoader that allowed Test classes that raise exceptions in __init__ to crash the test run (#269). - Fixed bugs in nose's test suite that caused spurious failures on Windows. - Fixed bug in twisted tools: delayed calls were not shut down on reactor stop. Thanks to abbeyj for the patch (#278). - Fixed bug where root log handlers were not cleared. For example, this was emitting unwanted messages when testing Google App Engine websites. - Fixed bug in test names output by xunit plugin. Thanks to Philip Jenvey for the bug report and patch (#280). - Fixed bug in profile plugin that caused stats to fail to print under Python 2.5 and later. Thanks to djs at n-cube dot org for the bug report (#285). - Improved logcapture filtering, with default setting to filter out log messages from nose itself. Thanks to gfxmonk for the patch (#277). - The xunit plugin now tags skipped tests with a testcase tag, and prevents the XML from containing invalid control characters. - Updated nose to be compatible with python 2.7 (#305). - Updated loading of usage document to allow nose to run from within an egg archive (#288). - Fixed IronPython checks to make nose compatible with more versions of IronPython. Thanks to Kevin Mitchell for the patch (#316). @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2010/02/10 10:31:46 drochner Exp $ d3 1 a3 1 --- setup.py.orig 2010-03-05 20:32:00.000000000 +0000 d5 1 a5 1 @@@@ -10,7 +10,7 @@@@ try: d14 4 a17 4 @@@@ -85,7 +85,7 @@@@ setup( download_url = \ 'http://somethingaboutorange.com/mrl/projects/nose/nose-%s.tar.gz' \ % VERSION, @ 1.1 log @use ${PYVERSSUFFIX} to fix problems with other Python versions (seen in bulk build) @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- setup.py.orig 2009-05-14 00:28:39.000000000 +0000 d14 1 a14 1 @@@@ -59,7 +59,7 @@@@ setup( @