Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 14:58:58 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 728f85a9401f - main - www/you-get: Convert to USE_PYTHON=pep517
Message-ID:  <202403231458.42NEwwFR086633@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=728f85a9401fc6058a7d9add7797f225405f5849

commit 728f85a9401fc6058a7d9add7797f225405f5849
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:19:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:30:51 +0000

    www/you-get: Convert to USE_PYTHON=pep517
    
    - Bump PORTREVISION for package change
---
 www/you-get/Makefile | 6 ++++--
 1 file 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231458.42NEwwFR086633>