Index: head/devel/py-extras/pkg-plist =================================================================== --- head/devel/py-extras/pkg-plist (revision 448353) +++ head/devel/py-extras/pkg-plist (nonexistent) @@ -1,9 +0,0 @@ -%%PYTHON_SITELIBDIR%%/extras/__init__.py -%%PYTHON_SITELIBDIR%%/extras/__init__.pyc -%%PYTHON_SITELIBDIR%%/extras/__init__.pyo -%%PYTHON_SITELIBDIR%%/extras/tests/__init__.py -%%PYTHON_SITELIBDIR%%/extras/tests/__init__.pyc -%%PYTHON_SITELIBDIR%%/extras/tests/__init__.pyo -%%PYTHON_SITELIBDIR%%/extras/tests/test_extras.py -%%PYTHON_SITELIBDIR%%/extras/tests/test_extras.pyc -%%PYTHON_SITELIBDIR%%/extras/tests/test_extras.pyo Property changes on: head/devel/py-extras/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ 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-extras/Makefile =================================================================== --- head/devel/py-extras/Makefile (revision 448353) +++ head/devel/py-extras/Makefile (revision 448354) @@ -1,17 +1,26 @@ # $FreeBSD$ PORTNAME= extras PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cs@FreeBSD.org COMMENT= Useful extra bits for Python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}testtools>0:devel/py-testtools + USES= python -USE_PYTHON= distutils +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m testtools.run extras.tests.test_suite .include