diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-23 14:19:45 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-23 14:30:51 +0000 |
commit | 728f85a9401fc6058a7d9add7797f225405f5849 (patch) | |
tree | 3c137eb8ee51c6f5a8f5a96ebe30096639a003a7 | |
parent | c2edb620805b02de7d77d34b789db546813999ac (diff) | |
download | ports-728f85a9401fc6058a7d9add7797f225405f5849.tar.gz ports-728f85a9401fc6058a7d9add7797f225405f5849.zip |
www/you-get: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r-- | www/you-get/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/you-get/Makefile b/www/you-get/Makefile index a77e42d444b5..e4aa1f57f372 100644 --- a/www/you-get/Makefile +++ b/www/you-get/Makefile @@ -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 |