aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:20:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:31:02 +0000
commitbb971f76ea272ef83bd9e5694c83b194edbb7aea (patch)
treeaea261bf9e0aa017279314b1b575ae5669bce82e
parent9146c8d55cdfd6dcd78e6506b3e858ec905596fb (diff)
downloadports-bb971f76ea272ef83bd9e5694c83b194edbb7aea.tar.gz
ports-bb971f76ea272ef83bd9e5694c83b194edbb7aea.zip
audio/py-pyliblo: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--audio/py-pyliblo/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/py-pyliblo/Makefile b/audio/py-pyliblo/Makefile
index d9560bec7d30..be7151f4dec5 100644
--- a/audio/py-pyliblo/Makefile
+++ b/audio/py-pyliblo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pyliblo
DISTVERSION= 0.10.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +13,12 @@ WWW= https://das.nasophon.de/pyliblo/ \
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
LIB_DEPENDS= liblo.so:audio/liblo
USES= localbase python
-USE_PYTHON= autoplist concurrent cython distutils
+USE_PYTHON= autoplist concurrent cython pep517
post-install:
${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +