audio/py-pyliblo: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
2024Q2
Po-Chuan Hsieh 2024-03-23 22:20:33 +08:00
parent 9146c8d55c
commit bb971f76ea
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 4 additions and 2 deletions

View File

@ -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} {} +