Skip to content

Commit

Permalink
www/you-get: Convert to USE_PYTHON=pep517
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change
  • Loading branch information
sunpoet committed Mar 23, 2024
1 parent c2edb62 commit 728f85a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions www/you-get/Makefile
@@ -1,6 +1,6 @@
PORTNAME= you-get
PORTVERSION= 0.4.1650
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= PYPI

Expand All @@ -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

Expand Down

0 comments on commit 728f85a

Please sign in to comment.