Date: Mon, 13 May 2024 14:17:02 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: 4e5888c1d74e - main - devel/py-period: Convert to USE_PYTHON=pep517 Message-ID: <202405131417.44DEH2J6085120@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=4e5888c1d74ef5e79b5f78a44cdd08bbaa900c27 commit 4e5888c1d74ef5e79b5f78a44cdd08bbaa900c27 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-13 13:59:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-13 13:59:09 +0000 devel/py-period: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- devel/py-period/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/devel/py-period/Makefile b/devel/py-period/Makefile index 4e7252811072..80018b10d619 100644 --- a/devel/py-period/Makefile +++ b/devel/py-period/Makefile @@ -1,5 +1,6 @@ PORTNAME= period PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +11,13 @@ WWW= https://github.com/LinkCareServices/period LICENSE= ART20 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405131417.44DEH2J6085120>