mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
misc/py-wurlitzer: Update to 3.0.3
Move test target to pytest framework Changelog: https://github.com/minrk/wurlitzer/blob/main/CHANGELOG.md#303 Reported by: portscout, Repology
This commit is contained in:
parent
7c9c3e9ab5
commit
148bf34e9e
@ -1,5 +1,5 @@
|
||||
PORTNAME= wurlitzer
|
||||
PORTVERSION= 3.0.2
|
||||
PORTVERSION= 3.0.3
|
||||
CATEGORIES= misc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,15 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}codecov>0:devel/py-codecov@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python:3.6+ pytest
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
PYTEST_ARGS= test.py
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -x -v test.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1630005300
|
||||
SHA256 (wurlitzer-3.0.2.tar.gz) = 36051ac530ddb461a86b6227c4b09d95f30a1d1043de2b4a592e97ae8a84fcdf
|
||||
SIZE (wurlitzer-3.0.2.tar.gz) = 9846
|
||||
TIMESTAMP = 1669990536
|
||||
SHA256 (wurlitzer-3.0.3.tar.gz) = 224f5fe70618be3872c05dfddc8c457191ec1870654596279fcc1edadebe3e5b
|
||||
SIZE (wurlitzer-3.0.3.tar.gz) = 10171
|
||||
|
Loading…
Reference in New Issue
Block a user