summaryrefslogtreecommitdiff
path: root/devel/py-nose/patches/patch-aa
blob: e47159c545716a69cb5487e88457cb1a372b335a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.3 2012/02/17 18:30:23 drochner Exp $

--- 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 = [('man/man1', ['nosetests' + sys.version[0:3] + '.1'])],
     package_data = {'': ['*.txt',
                          'examples/*.py',
                          'examples/*/*.py']},