mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
23 lines
849 B
Plaintext
23 lines
849 B
Plaintext
$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']},
|