diff options
Diffstat (limited to 'devel/py-d2to1/Makefile')
-rw-r--r-- | devel/py-d2to1/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/devel/py-d2to1/Makefile b/devel/py-d2to1/Makefile index d357610be734..53a1b2ffa1b4 100644 --- a/devel/py-d2to1/Makefile +++ b/devel/py-d2to1/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= d2to1 -PORTVERSION= 0.2.11 +DISTVERSION= 0.2.12.post1 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org @@ -12,7 +11,16 @@ COMMENT= Distutils2-like setup.cfg files with setuptools setup.py LICENSE= BSD3CLAUSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:${PORTSDIR}/devel/py-setuptools${PYTHON_SUFFIX} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose + USES= python +USE_GITHUB= yes USE_PYTHON= distutils autoplist +GH_ACCOUNT= embray + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + .include <bsd.port.mk> |