news/py-pynzb: Switch to PEP517

Approved by:	hrs (mentor, blanket)
This commit is contained in:
Norikatsu Shigemura 2025-02-21 00:39:20 +09:00
parent c7db152108
commit 8af7fde0a5
No known key found for this signature in database
GPG Key ID: 2D010D1315CC541F
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= pynzb
PORTVERSION= 0.1.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= news python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,8 +11,11 @@ WWW= https://pypi.org/project/pynzb/
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
USE_PYTHON= pep517 autoplist
NO_ARCH= yes