Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 07:19:37 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: 8c86092db354 - main - devel/py-flake8-print: Convert to USE_PYTHON=pep517
Message-ID:  <202306300719.35U7Jbk4066366@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=8c86092db354caacf9d643ce942045a37f4446fe

commit 8c86092db354caacf9d643ce942045a37f4446fe
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:03:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:03:32 +0000

    devel/py-flake8-print: Convert to USE_PYTHON=pep517
    
    - Bump PORTREVISION for package change
---
 devel/py-flake8-print/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/py-flake8-print/Makefile b/devel/py-flake8-print/Makefile
index ee5e5df1a776..1b1bc1775316 100644
--- a/devel/py-flake8-print/Makefile
+++ b/devel/py-flake8-print/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	flake8-print
 PORTVERSION=	5.0.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +12,12 @@ WWW=		https://github.com/JBKahn/flake8-print
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0:devel/py-poetry-core@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flake8>=3.0:devel/py-flake8@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pycodestyle>=0:devel/py-pycodestyle@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 



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