Date: Tue, 18 Apr 2023 18:09:09 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: f04997e285d3 - main - devel/py-ppft: Convert to USE_PYTHON=pep517 Message-ID: <202304181809.33II99wo079500@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=f04997e285d35ff735b50928ef0d8482fa0b97b2 commit f04997e285d35ff735b50928ef0d8482fa0b97b2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-18 17:57:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-18 18:00:54 +0000 devel/py-ppft: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- devel/py-ppft/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/py-ppft/Makefile b/devel/py-ppft/Makefile index ba691ec51266..f41a80f2c365 100644 --- a/devel/py-ppft/Makefile +++ b/devel/py-ppft/Makefile @@ -1,5 +1,6 @@ PORTNAME= ppft PORTVERSION= 1.7.6.6 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://github.com/uqfoundation/ppft LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python:3.7+ -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?202304181809.33II99wo079500>