git: d9f7cdf4b631 - main - devel/py-testscenarios: Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:37:27 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d9f7cdf4b63155881cab95054e937ec4b30f44b4
commit d9f7cdf4b63155881cab95054e937ec4b30f44b4
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:17:02 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:30:35 +0000
devel/py-testscenarios: Update WWW
---
devel/py-testscenarios/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/py-testscenarios/Makefile b/devel/py-testscenarios/Makefile
index 526388f6037c..613e1240ca43 100644
--- a/devel/py-testscenarios/Makefile
+++ b/devel/py-testscenarios/Makefile
@@ -6,7 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PyUnit extension for dependency injection
-WWW= https://pypi.org/project/testscenarios/
+WWW= https://github.com/testing-cabal/testscenarios
LICENSE= APACHE20 BSD3CLAUSE
LICENSE_COMB= dual
@@ -19,6 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.11:devel/py-pbr@${PY_FLAVOR} \
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
+
USES= python:3.6+
.include <bsd.port.mk>