git: 6270a035b090 - main - devel/py-mox3: Deprecate/Set to expire
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Feb 2024 04:40:23 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=6270a035b090076fa0687a7a2489ce834b867c67 commit 6270a035b090076fa0687a7a2489ce834b867c67 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-02-08 04:19:18 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-02-08 04:37:06 +0000 devel/py-mox3: Deprecate/Set to expire * Upstream is no longer active and the repository has been archived [1]. There are also no consumers left in the tree so deprecate the port and set an expiration date. [1] https://lists.openstack.org/pipermail/openstack-discuss/2020-June/015518.html --- devel/py-mox3/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/py-mox3/Makefile b/devel/py-mox3/Makefile index 202f21b1a55e..2ba1c0e59a88 100644 --- a/devel/py-mox3/Makefile +++ b/devel/py-mox3/Makefile @@ -11,6 +11,9 @@ WWW= https://docs.openstack.org/mox3/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING.txt +DEPRECATED= Upstream no longer active and repository has been archived. See also: https://lists.openstack.org/pipermail/openstack-discuss/2020-June/015518.html +EXPIRATION_DATE=2024-03-31 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fixtures>=3.0.0:devel/py-fixtures@${PY_FLAVOR}