git: 3004919fd474 - 2026Q3 - security/py-{acme,certbot}: remove setuptools from RUN_DEPENDS
Charlie Li <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch 2026Q3 has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=3004919fd474702bb1cb3dce34d511652ec31caf commit 3004919fd474702bb1cb3dce34d511652ec31caf Author: Charlie Li <[email protected]> AuthorDate: 2026-08-01 00:07:12 +0000 Commit: Charlie Li <[email protected]> CommitDate: 2026-08-01 00:11:29 +0000 security/py-{acme,certbot}: remove setuptools from RUN_DEPENDS Removed since 3.1.0 Reported by: Christian Ullrich PR: 294853 (cherry picked from commit c8b7fff07c4a6e6c9da0d8695110a458e57a7bed) --- security/py-acme/Makefile | 5 ++--- security/py-certbot/Makefile | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile index 88a1516d0f23..3f201566f5e0 100644 --- a/security/py-acme/Makefile +++ b/security/py-acme/Makefile @@ -1,6 +1,6 @@ PORTNAME= acme PORTVERSION= ${ACME_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= PYPI \ @@ -21,8 +21,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}josepy>=2.0.0:security/py-josepy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyopenssl>=25.0.0,1:security/py-pyopenssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>=0:devel/py-pyrfc3339@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} USES= python USE_PYTHON= autoplist cryptography pep517 pytest diff --git a/security/py-certbot/Makefile b/security/py-certbot/Makefile index bc348315aa8e..3cf01f7ef073 100644 --- a/security/py-certbot/Makefile +++ b/security/py-certbot/Makefile @@ -1,6 +1,6 @@ PORTNAME= certbot PORTVERSION= ${ACME_VERSION} -PORTEPOCH= 1 +PORTEPOCH= 2 CATEGORIES= security python MASTER_SITES= PYPI \ https://github.com/certbot/certbot/releases/download/v${PORTVERSION}/ @@ -23,8 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${P ${PYTHON_PKGNAMEPREFIX}distro>=1.0.1:sysutils/py-distro@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}josepy>=2.0.0:security/py-josepy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}parsedatetime>=2.4:devel/py-parsedatetime@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyrfc3339>=0:devel/py-pyrfc3339@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=41.6.0:devel/py-setuptools@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pyrfc3339>=0:devel/py-pyrfc3339@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent cryptography pep517 pytest