git: b93c8eeefc3d - main - devel/py-property-cached: Update WWW

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 31 Jul 2023 16:46:54 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b93c8eeefc3d558f43e187a1221ca4f0bcb14220

commit b93c8eeefc3d558f43e187a1221ca4f0bcb14220
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-31 16:31:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-31 16:40:07 +0000

    devel/py-property-cached: Update WWW
---
 devel/py-property-cached/Makefile | 4 ++--
 1 file 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