aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:20:27 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:31:00 +0000
commitb78c6e11d1d46424702be857cf1b8fe91ca2184b (patch)
tree5b26d470e612d31b7fb8ee1275b67af0ab2fcb67
parent4662b14f6e4c48d0391d1a9ed91c205e98a43798 (diff)
downloadports-b78c6e11d1d46424702be857cf1b8fe91ca2184b.tar.gz
ports-b78c6e11d1d46424702be857cf1b8fe91ca2184b.zip
archivers/py-brotlicffi: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--archivers/py-brotlicffi/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/archivers/py-brotlicffi/Makefile b/archivers/py-brotlicffi/Makefile
index 670fedc53981..19cdcc2de16e 100644
--- a/archivers/py-brotlicffi/Makefile
+++ b/archivers/py-brotlicffi/Makefile
@@ -1,5 +1,6 @@
PORTNAME= brotlicffi
PORTVERSION= 1.1.0.0
+PORTREVISION= 1
CATEGORIES= archivers python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +12,14 @@ WWW= https://github.com/python-hyper/brotlicffi
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
LIB_DEPENDS= libbrotlienc.so:archivers/brotli
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
USES= localbase python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
MAKE_ENV= USE_SHARED_BROTLI=1