git: e44dc26e2af7 - main - devel/py-b2sdk: remove py-setuptools from run dendencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Mar 2025 00:16:00 UTC
The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=e44dc26e2af75436bb9fee5a70f98b6fbf6f6e50 commit e44dc26e2af75436bb9fee5a70f98b6fbf6f6e50 Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2025-03-08 00:15:37 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2025-03-08 00:15:37 +0000 devel/py-b2sdk: remove py-setuptools from run dendencies PR: 284790 Reported by: John Hein Approved by: PopularMoment@protonmail.com (maintainer) --- devel/py-b2sdk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-b2sdk/Makefile b/devel/py-b2sdk/Makefile index bb3cfc8a5131..63179302ce4e 100644 --- a/devel/py-b2sdk/Makefile +++ b/devel/py-b2sdk/Makefile @@ -1,5 +1,6 @@ PORTNAME= b2sdk DISTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>=0:devel/py-pdm-backend@${PY_FLAVOR} -RUN_DEPENDS= ${PY_SETUPTOOLS} \ - ${PYTHON_PKGNAMEPREFIX}annotated-types>=0.5.0:devel/py-annotated-types@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}annotated-types>=0.5.0:devel/py-annotated-types@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.3.0:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}logfury>=1.0.1<2.0.0:devel/py-logfury@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=21.0:devel/py-packaging@${PY_FLAVOR} \