aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2024-02-08 04:19:18 +0000
committerKai Knoblich <kai@FreeBSD.org>2024-02-08 04:37:06 +0000
commit6270a035b090076fa0687a7a2489ce834b867c67 (patch)
treee44535712d4fa055dce538601e607ac3fa878149
parent6b11474239435f6c65b9aba9e39e51e4935ed321 (diff)
downloadports-6270a035b090076fa0687a7a2489ce834b867c67.tar.gz
ports-6270a035b090076fa0687a7a2489ce834b867c67.zip
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
-rw-r--r--devel/py-mox3/Makefile3
1 files changed, 3 insertions, 0 deletions
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}