Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2023 16:46:54 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b93c8eeefc3d - main - devel/py-property-cached: Update WWW
Message-ID:  <202307311646.36VGksB1080557@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307311646.36VGksB1080557>