diff options
Diffstat (limited to 'textproc/py-json-repair/Makefile')
-rw-r--r-- | textproc/py-json-repair/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/textproc/py-json-repair/Makefile b/textproc/py-json-repair/Makefile new file mode 100644 index 000000000000..8a3e023f6f29 --- /dev/null +++ b/textproc/py-json-repair/Makefile @@ -0,0 +1,32 @@ +PORTNAME= json-repair +DISTVERSIONPREFIX= v +DISTVERSION= 0.50.1 +CATEGORIES= textproc python +#MASTER_SITES= PYPI # missing file for tests +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Package to repair broken json strings +WWW= https://github.com/mangiucugna/json_repair/ + +LICENSE= MIT +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> |