Date: Sat, 31 Jan 2026 14:21:45 +0000 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: 866bfac5f177 - main - devel/py-click-plugins: Convert to USE_PYTHON=pep517 Message-ID: <697e0ff9.3155e.21ab8f8c@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=866bfac5f177bd2ff51bf66c53bb7acd4f39dce1 commit 866bfac5f177bd2ff51bf66c53bb7acd4f39dce1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-01-31 13:35:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-01-31 14:15:06 +0000 devel/py-click-plugins: Convert to USE_PYTHON=pep517 - Update WWW - Bump PORTREVISION for package change - Take maintainership --- devel/py-click-plugins/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/devel/py-click-plugins/Makefile b/devel/py-click-plugins/Makefile index 782b8b75701b..06f73b6081f5 100644 --- a/devel/py-click-plugins/Makefile +++ b/devel/py-click-plugins/Makefile @@ -1,22 +1,24 @@ PORTNAME= click-plugins PORTVERSION= 1.1.1.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} +DISTNAME= click_plugins-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Click extension to register CLI commands via setuptools -WWW= https://pypi.org/project/click-plugins/ \ - https://github.com/click-contrib/click-plugins +WWW= https://github.com/click-contrib/click-plugins LICENSE= BSD3CLAUSE 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= ${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/py-click@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yeshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e0ff9.3155e.21ab8f8c>
