summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2023-10-02 20:05:26 +0300
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2023-10-02 20:05:26 +0300
commitd1a9d29ba7fbe99b298c0a881c9d30a6c07c8bca (patch)
tree54ee5a8eeb5bbc6915f9112a914405002de8e47e
parentmath/openturns: remove a deprecated option to chase ceres-solver 2.2.0 (diff)
devel/py-zclockfile: drop TEST_DEPENDS
zope-testing port was removed earlier, so this option doesn't work now. PR: 274167 Reported by: madpilot
-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>