Date: Sat, 6 Apr 2024 00:02:46 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: 8b3948cdd52f - main - security/py-acme: Convert to USE_PYTHON=pep517 Message-ID: <202404060002.43602kr4079995@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=8b3948cdd52f3e72523acb271d2e1d9329f94626 commit 8b3948cdd52f3e72523acb271d2e1d9329f94626 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-05 23:59:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-05 23:59:03 +0000 security/py-acme: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- security/py-acme/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile index 122ff674cb1a..9815deb3fe05 100644 --- a/security/py-acme/Makefile +++ b/security/py-acme/Makefile @@ -1,5 +1,6 @@ PORTNAME= acme PORTVERSION= ${ACME_VERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= PYPI @@ -14,6 +15,8 @@ WWW= https://certbot.eff.org/ \ LICENSE= APACHE20 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}josepy>=1.13.0:security/py-josepy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=17.5.0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>=0:devel/py-pyrfc3339@${PY_FLAVOR} \ @@ -22,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}josepy>=1.13.0:security/py-josepy@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist cryptography distutils pytest +USE_PYTHON= autoplist cryptography pep517 pytest NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404060002.43602kr4079995>