git: 294ce6b5f68c - main - audio/py-pyogg: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jul 2024 16:28:26 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=294ce6b5f68cec741bf8e5199461bdf05959c072 commit 294ce6b5f68cec741bf8e5199461bdf05959c072 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-06 16:11:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-06 16:11:47 +0000 audio/py-pyogg: Convert to USE_PYTHON=pep517 - Add NO_ARCH - Bump PORTREVISION for package change --- audio/py-pyogg/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/audio/py-pyogg/Makefile b/audio/py-pyogg/Makefile index d73ea8bba8dc..43a3781a6f2b 100644 --- a/audio/py-pyogg/Makefile +++ b/audio/py-pyogg/Makefile @@ -1,6 +1,6 @@ PORTNAME= PyOgg DISTVERSION= 0.6.14a1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +12,17 @@ WWW= https://pypi.org/project/PyOgg/ LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${LOCALBASE}/lib/libFLAC.so:audio/flac \ ${LOCALBASE}/lib/libogg.so:audio/libogg \ ${LOCALBASE}/lib/libopusfile.so:audio/opusfile \ ${LOCALBASE}/lib/libvorbis.so:audio/libvorbis USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes # Prevent needless (and wrong) PATH poisoning on Unix-like systems post-patch: