git: 50ce7372c6e3 - main - net/py-libcloud: un-deprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Apr 2025 09:45:11 UTC
The branch main has been updated by novel: URL: https://cgit.FreeBSD.org/ports/commit/?id=50ce7372c6e3fea69af5e4523646949fec469acb commit 50ce7372c6e3fea69af5e4523646949fec469acb Author: Roman Bogorodskiy <novel@FreeBSD.org> AuthorDate: 2025-04-26 09:29:36 +0000 Commit: Roman Bogorodskiy <novel@FreeBSD.org> CommitDate: 2025-04-26 09:29:36 +0000 net/py-libcloud: un-deprecate Un-deprecate by removing the optinal devel/py-pytest-runner dependency. PR: 286357 Reported by: Douglas Hall --- net/py-libcloud/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net/py-libcloud/Makefile b/net/py-libcloud/Makefile index 0b9f7e55e9fe..04d945cd0385 100644 --- a/net/py-libcloud/Makefile +++ b/net/py-libcloud/Makefile @@ -13,10 +13,6 @@ WWW= https://libcloud.apache.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -DEPRECATED= Depends on expired devel/py-pytest-runner -EXPIRATION_DATE=2025-03-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.5.0:www/py-requests@${PY_FLAVOR} NO_ARCH= yes