converters/py-bencoder: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2024-03-23 22:20:36 +08:00
parent afa298e091
commit 14f1a86943
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= bencoder
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= converters python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -9,8 +10,11 @@ WWW= https://github.com/utdemir/bencoder
LICENSE= GPLv1
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517
USE_GITHUB= yes
GH_ACCOUNT= utdemir