Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2024 14:17:07 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: ebbf213f4091 - main - devel/py-pkgconfig: Convert to USE_PYTHON=pep517
Message-ID:  <202405131417.44DEH7W9085283@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=ebbf213f409180e488d4e9c1c0a5c7e6feaf8b8d

commit ebbf213f409180e488d4e9c1c0a5c7e6feaf8b8d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-13 13:59:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-13 13:59:13 +0000

    devel/py-pkgconfig: Convert to USE_PYTHON=pep517
    
    - Bump PORTREVISION for package change
---
 devel/py-pkgconfig/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/devel/py-pkgconfig/Makefile b/devel/py-pkgconfig/Makefile
index 1bec74cee8c4..6deaa611784a 100644
--- a/devel/py-pkgconfig/Makefile
+++ b/devel/py-pkgconfig/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pkgconfig
 PORTVERSION=	1.5.5
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
@@ -13,8 +13,10 @@ WWW=		https://github.com/matze/pkgconfig
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
+
 USES=		pkgconfig:run 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?202405131417.44DEH7W9085283>