aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:31:34 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:40:07 +0000
commitb93c8eeefc3d558f43e187a1221ca4f0bcb14220 (patch)
treeee9874d7628adfd52c2af18ee1baf6e86756bd50
parent66ff41aa017949eb5df588e242e607268d031d63 (diff)
downloadports-b93c8eeefc3d558f43e187a1221ca4f0bcb14220.tar.gz
ports-b93c8eeefc3d558f43e187a1221ca4f0bcb14220.zip
devel/py-property-cached: Update WWW
-rw-r--r--devel/py-property-cached/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-property-cached/Makefile b/devel/py-property-cached/Makefile
index 50acb1596e33..d1514adb1298 100644
--- a/devel/py-property-cached/Makefile
+++ b/devel/py-property-cached/Makefile
@@ -6,13 +6,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Decorator for caching properties in classes
-WWW= https://github.com/althonos/property-cached/
+WWW= https://github.com/althonos/property-cached
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python zip
-USE_PYTHON= distutils autoplist pytest # 1 test fails, see https://github.com/pydanny/cached-property/pull/294
+USE_PYTHON= autoplist concurrent distutils pytest # 1 test fails, see https://github.com/pydanny/cached-property/pull/294
NO_ARCH= yes