diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2014-07-27 15:22:35 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2014-07-27 15:22:35 +0000 |
commit | aaa587cd122438117edc22da2ca99bca75bdc0fe (patch) | |
tree | b54b8283dd96986c4f825344a9c5a7d7ce04ae0d /devel/py-nose/files/patch-setup.py | |
parent | lang/chicken: fix plist (diff) |
devel/py-nose: Update to 1.3.3, Fix tests
- Update to 1.3.3
- Add LICENSE_FILE
- Remove Python3 ready comment
- Fix tests under Python 3.x
- Remove patch to comment out man file installation
PR: 191795
Submitted by: Melvyn Sopacua <melvyn at magemana dot nl>
Notes
Notes:
svn path=/head/; revision=363074
Diffstat (limited to 'devel/py-nose/files/patch-setup.py')
-rw-r--r-- | devel/py-nose/files/patch-setup.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/py-nose/files/patch-setup.py b/devel/py-nose/files/patch-setup.py deleted file mode 100644 index 7d702793cfb3..000000000000 --- a/devel/py-nose/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- ./setup.py.orig 2011-08-31 09:29:19.000000000 +0200 -+++ ./setup.py 2011-08-31 09:29:29.000000000 +0200 -@@ -102,7 +102,7 @@ - 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.1'])], - package_data = {'': ['*.txt', - 'examples/*.py', - 'examples/*/*.py']}, |