1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

www/you-get: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2024-03-23 22:19:45 +08:00
parent c2edb62080
commit 728f85a940
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -1,6 +1,6 @@
PORTNAME= you-get
PORTVERSION= 0.4.1650
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= PYPI
@ -12,10 +12,12 @@ WWW= https://you-get.org/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg
USES= python
USE_PYTHON= autoplist distutils noflavors
USE_PYTHON= autoplist pep517 noflavors
NO_ARCH= yes