Date: Mon, 13 May 2024 14:22:56 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: 5bae275446c9 - main - security/py-detect-secrets: Convert to USE_PYTHON=pep517 Message-ID: <202405131422.44DEMuUv013185@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=5bae275446c9f734012231fa8b96722983a27e08 commit 5bae275446c9f734012231fa8b96722983a27e08 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-13 14:07:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-13 14:07:35 +0000 security/py-detect-secrets: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- security/py-detect-secrets/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/py-detect-secrets/Makefile b/security/py-detect-secrets/Makefile index 11eeca71fa90..b19fdbe81ace 100644 --- a/security/py-detect-secrets/Makefile +++ b/security/py-detect-secrets/Makefile @@ -1,5 +1,6 @@ PORTNAME= detect-secrets PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +13,13 @@ WWW= https://github.com/Yelp/detect-secrets LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${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?202405131422.44DEMuUv013185>