Nicola Vitale 6180f60d66
devel/py-scripttest: Update to 2.0
- Remove files/patch-tests_test__string.py

Reported by:	portscout!
2025-03-12 19:05:16 +01:00

26 lines
536 B
Makefile

PORTNAME= scripttest
PORTVERSION= 2.0
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Helper to test command-line scripts
WWW= https://github.com/pypa/scripttest
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/docs/license.rst
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
USES= python
USE_GITHUB= yes
GH_ACCOUNT= pypa
USE_PYTHON= autoplist distutils
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>