diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/py-json-repair/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/textproc/py-json-repair/Makefile b/textproc/py-json-repair/Makefile index 5d61179ad4de..8a3e023f6f29 100644 --- a/textproc/py-json-repair/Makefile +++ b/textproc/py-json-repair/Makefile @@ -1,7 +1,8 @@ PORTNAME= json-repair -DISTVERSION= 0.50.0 +DISTVERSIONPREFIX= v +DISTVERSION= 0.50.1 CATEGORIES= textproc python -MASTER_SITES= PYPI +#MASTER_SITES= PYPI # missing file for tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION} @@ -14,12 +15,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.44.0:devel/py-wheel@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-benchmark>0:devel/py-pytest-benchmark@${PY_FLAVOR} USES= python USE_PYTHON= pep517 autoplist pytest +USE_GITHUB= yes +GH_ACCOUNT= mangiucugna +GH_PROJECT= ${PORTNAME:S/-/_/} + NO_ARCH= yes # tests as of 0.50.0: 3 failed, 94 passed, 4 errors in 7.12s, see https://github.com/mangiucugna/json_repair/issues/147 +# tests as of 0.50.1: 8 failed, 24 passed in 18.04s .include <bsd.port.mk> |