textproc/json2yaml: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2024-03-23 22:19:25 +08:00
parent b6e7c57106
commit 222dad7eb9
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= json2yaml
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
@ -9,12 +10,14 @@ WWW= https://github.com/drbild/json2yaml
LICENSE= APACHE20
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>=0:devel/py-docopt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyaml>=0:textproc/py-pyaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils noflavors
USE_PYTHON= autoplist noflavors pep517
NO_ARCH= yes