git: fe0e7e098580 - main - devel/py-scripttest: fix WWW address
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Nov 2022 13:41:06 UTC
The branch main has been updated by nivit:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fe0e7e0985803a1eb34d1399ca9b97a69179dda0
commit fe0e7e0985803a1eb34d1399ca9b97a69179dda0
Author: Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2022-11-19 13:38:22 +0000
Commit: Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2022-11-19 13:38:22 +0000
devel/py-scripttest: fix WWW address
- Reorder variables in Makefile
---
devel/py-scripttest/Makefile | 8 ++++----
1 file 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