summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/py-zclockfile/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/py-zclockfile/Makefile b/devel/py-zclockfile/Makefile
index f2ea21eb5a2f..70cbd1ec2ea7 100644
--- a/devel/py-zclockfile/Makefile
+++ b/devel/py-zclockfile/Makefile
@@ -1,5 +1,6 @@
PORTNAME= zclockfile
DISTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,14 +14,9 @@ WWW= https://pypi.org/project/zc.lockfile/
LICENSE= ZPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.testing>0:devel/py-zope.testing@${PY_FLAVOR}
-
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
-do-test:
- @cd ${WRKSRC} && ${PYTHON_CMD} setup.py test
-
.include <bsd.port.mk>