summaryrefslogtreecommitdiff
path: root/devel/py-nose/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-nose/patches/patch-aa')
-rw-r--r--devel/py-nose/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/py-nose/patches/patch-aa b/devel/py-nose/patches/patch-aa
new file mode 100644
index 00000000000..0c7cb97221e
--- /dev/null
+++ b/devel/py-nose/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1 2010/02/10 10:31:46 drochner Exp $
+
+--- setup.py.orig 2009-05-14 00:28:39.000000000 +0000
++++ setup.py
+@@ -10,7 +10,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': [
+@@ -59,7 +59,7 @@ setup(
+ download_url = \
+ 'http://somethingaboutorange.com/mrl/projects/nose/nose-%s.tar.gz' \
+ % VERSION,
+- data_files = [('man/man1', ['nosetests.1'])],
++ data_files = [('man/man1', ['nosetests' + sys.version[0:3] + '.1'])],
+ package_data = {'': ['*.txt',
+ 'examples/*.py',
+ 'examples/*/*.py']},