devel/py-scripttest: fix WWW address
- Reorder variables in Makefile
This commit is contained in:
parent
01a33a2994
commit
fe0e7e0985
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user