mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
audio/py-pyogg: Convert to USE_PYTHON=pep517
- Add NO_ARCH - Bump PORTREVISION for package change
This commit is contained in:
parent
d8634f6ed1
commit
294ce6b5f6
1 changed files with 6 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue