aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2022-11-19 13:38:22 +0000
committerNicola Vitale <nivit@FreeBSD.org>2022-11-19 13:38:22 +0000
commitfe0e7e0985803a1eb34d1399ca9b97a69179dda0 (patch)
tree19921faa6bbf1067e1f306896d2beda69dcda813
parent01a33a299482769d4677749057b914c4c408e600 (diff)
downloadports-fe0e7e0985803a1eb34d1399ca9b97a69179dda0.tar.gz
ports-fe0e7e0985803a1eb34d1399ca9b97a69179dda0.zip
devel/py-scripttest: fix WWW address
- Reorder variables in Makefile
-rw-r--r--devel/py-scripttest/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-scripttest/Makefile b/devel/py-scripttest/Makefile
index be331fa47255..1849cc3dea3e 100644
--- a/devel/py-scripttest/Makefile
+++ b/devel/py-scripttest/Makefile
@@ -5,7 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Helper to test command-line scripts
-WWW= https://pythonpaste.org/scripttest/
+WWW= https://github.com/pypa/scripttest
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/docs/license.rst
@@ -13,11 +13,11 @@ LICENSE_FILE= ${WRKSRC}/docs/license.rst
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.6+
-USE_PYTHON= autoplist distutils
-NO_ARCH= yes
-
USE_GITHUB= yes
GH_ACCOUNT= pypa
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test