svn commit: r377437 - in head/devel/py-nose: . files

Kubilay Kocak koobs at FreeBSD.org
Mon Jan 19 14:54:24 UTC 2015


Author: koobs
Date: Mon Jan 19 14:54:23 2015
New Revision: 377437
URL: https://svnweb.freebsd.org/changeset/ports/377437
QAT: https://qat.redports.org/buildarchive/r377437/

Log:
  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]

Added:
  head/devel/py-nose/files/
  head/devel/py-nose/files/patch-setup.py   (contents, props changed)
Modified:
  head/devel/py-nose/Makefile
  head/devel/py-nose/distinfo

Modified: head/devel/py-nose/Makefile
==============================================================================
--- head/devel/py-nose/Makefile	Mon Jan 19 14:43:03 2015	(r377436)
+++ head/devel/py-nose/Makefile	Mon Jan 19 14:54:23 2015	(r377437)
@@ -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>
 

Modified: head/devel/py-nose/distinfo
==============================================================================
--- head/devel/py-nose/distinfo	Mon Jan 19 14:43:03 2015	(r377436)
+++ head/devel/py-nose/distinfo	Mon Jan 19 14:54:23 2015	(r377437)
@@ -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

Added: head/devel/py-nose/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-nose/files/patch-setup.py	Mon Jan 19 14:54:23 2015	(r377437)
@@ -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',


More information about the svn-ports-head mailing list