Skip to content

Commit

Permalink
converters/py-better-bencode: Convert to USE_PYTHON=pep517
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change
  • Loading branch information
sunpoet committed Mar 23, 2024
1 parent 14f1a86 commit 4c7cdf1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion converters/py-better-bencode/Makefile
@@ -1,5 +1,6 @@
PORTNAME= better-bencode
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= converters devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,7 +11,10 @@ WWW= https://github.com/kosqx/better-bencode

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= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

.include <bsd.port.mk>

0 comments on commit 4c7cdf1

Please sign in to comment.