mirror of https://git.FreeBSD.org/ports.git
33 lines
923 B
Makefile
33 lines
923 B
Makefile
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>
|