devel/py-scripttest: fix WWW address

- Reorder variables in Makefile
This commit is contained in:
Nicola Vitale 2022-11-19 14:38:22 +01:00
parent 01a33a2994
commit fe0e7e0985
No known key found for this signature in database
GPG Key ID: A51E190C4C0808D0

View File

@ -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