mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
devel/py-nose: Update to 1.3.4, Allow concurrent versions
- Update to 1.3.4 - Use USE_PYTHON=concurrent to suffix bin/nosetests allowing multile Python versions of devel/py-nose to be installed [1] Changes: http://nose.readthedocs.org/en/latest/news.html PR: 193956 [1]
This commit is contained in:
parent
935dca1eba
commit
9d7ba2eb3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377437
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nose
|
||||
PORTVERSION= 1.3.3
|
||||
PORTVERSION= 1.3.4
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,7 +14,7 @@ LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/lgpl.txt
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (nose-1.3.3.tar.gz) = b40c2ff268beb85356ada25f626ca0dabc89705f31051649772cf00fc9510326
|
||||
SIZE (nose-1.3.3.tar.gz) = 274973
|
||||
SHA256 (nose-1.3.4.tar.gz) = 76bc63a4e2d5e5a0df77ca7d18f0f56e2c46cfb62b71103ba92a92c79fab1e03
|
||||
SIZE (nose-1.3.4.tar.gz) = 277488
|
||||
|
10
devel/py-nose/files/patch-setup.py
Normal file
10
devel/py-nose/files/patch-setup.py
Normal file
@ -0,0 +1,10 @@
|
||||
--- setup.py.orig 2015-01-19 13:57:58 UTC
|
||||
+++ setup.py
|
||||
@@ -30,7 +30,6 @@ try:
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
'nosetests = nose:run_exit',
|
||||
- 'nosetests%s = nose:run_exit' % py_vers_tag,
|
||||
],
|
||||
'distutils.commands': [
|
||||
' nosetests = nose.commands:nosetests',
|
Loading…
Reference in New Issue
Block a user