diff options
Diffstat (limited to 'devel/py-boolean.py/Makefile')
-rw-r--r-- | devel/py-boolean.py/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-boolean.py/Makefile b/devel/py-boolean.py/Makefile index 4ad82d485531..7c5c6105649f 100644 --- a/devel/py-boolean.py/Makefile +++ b/devel/py-boolean.py/Makefile @@ -1,5 +1,5 @@ PORTNAME= boolean.py -DISTVERSION= 3.8 +DISTVERSION= 4.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python:3.6+ -USE_PYTHON= distutils concurrent autoplist +USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes PORTDOCS= * @@ -27,7 +27,4 @@ post-install-DOCS-on: ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ "! -name .buildinfo -and ! -name objects.inv") -do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test - .include <bsd.port.mk> |