Index: head/devel/py-nose/files/patch-setup.py =================================================================== --- head/devel/py-nose/files/patch-setup.py (revision 363073) +++ head/devel/py-nose/files/patch-setup.py (nonexistent) @@ -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']}, Property changes on: head/devel/py-nose/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/py-nose/Makefile =================================================================== --- head/devel/py-nose/Makefile (revision 363073) +++ head/devel/py-nose/Makefile (revision 363074) @@ -1,24 +1,29 @@ # Created by: Dryice Liu # $FreeBSD$ PORTNAME= nose -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 1.3.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Discovery-based unittest extension LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/lgpl.txt -# Python3 ready USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes +.include + regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} selftest.py +# Extra tests for python 3, added in by setup3lib.py +.if ${PYTHON_REL} >= 300 + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} build_tests +.endif + @cd ${WRKSRC} && ${PYTHON_CMD} selftest.py --verbose -.include +.include Index: head/devel/py-nose/distinfo =================================================================== --- head/devel/py-nose/distinfo (revision 363073) +++ head/devel/py-nose/distinfo (revision 363074) @@ -1,2 +1,2 @@ -SHA256 (nose-1.3.0.tar.gz) = 4e63cc3325de75cf98ffad40be72fa69753de824695173178f74c034fe4f5260 -SIZE (nose-1.3.0.tar.gz) = 404909 +SHA256 (nose-1.3.3.tar.gz) = b40c2ff268beb85356ada25f626ca0dabc89705f31051649772cf00fc9510326 +SIZE (nose-1.3.3.tar.gz) = 274973