git: 33331210d0da - main - devel/py-mox3: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Apr 2024 11:44:59 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=33331210d0da9ed9626ce21d6529f6a5567225b0 commit 33331210d0da9ed9626ce21d6529f6a5567225b0 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-04-01 11:44:52 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-04-01 11:44:52 +0000 devel/py-mox3: Remove expired port 2024-03-31 devel/py-mox3: Upstream no longer active and repository has been archived. See also: https://lists.openstack.org/pipermail/openstack-discuss/2020-June/015518.html --- MOVED | 1 + devel/Makefile | 1 - devel/py-mox3/Makefile | 30 ------------------------------ devel/py-mox3/distinfo | 3 --- devel/py-mox3/pkg-descr | 2 -- 5 files changed, 1 insertion(+), 36 deletions(-) diff --git a/MOVED b/MOVED index d46297220c0f..20965885fb74 100644 --- a/MOVED +++ b/MOVED @@ -3121,3 +3121,4 @@ security/py-sslyze||2024-04-01|Has expired: It does not support OpenSSL 3.0+ security/py-nassl||2024-04-01|Has expired: It does not support OpenSSL 3.0+ devel/cil||2024-04-01|Has expired: Unmaintained upstream due to lack of time irc/infobot||2024-04-01|Has expired: Abandonware, outdated version and last upstream release in 2008 +devel/py-mox3||2024-04-01|Has expired: Upstream no longer active and repository has been archived. See also: https://lists.openstack.org/pipermail/openstack-discuss/2020-June/015518.html diff --git a/devel/Makefile b/devel/Makefile index d224e3dd19b9..1209c407e1f9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5056,7 +5056,6 @@ SUBDIR += py-more-itertools SUBDIR += py-moto SUBDIR += py-mox - SUBDIR += py-mox3 SUBDIR += py-mrkd SUBDIR += py-msal SUBDIR += py-msal-extensions diff --git a/devel/py-mox3/Makefile b/devel/py-mox3/Makefile deleted file mode 100644 index 2ba1c0e59a88..000000000000 --- a/devel/py-mox3/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= mox3 -DISTVERSION= 0.28.0 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= kai@FreeBSD.org -COMMENT= Fork of mox with Python 3 support -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} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} - -USES= python -USE_PYTHON= distutils concurrent autoplist - -NO_ARCH= yes - -do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v - -.include <bsd.port.mk> diff --git a/devel/py-mox3/distinfo b/devel/py-mox3/distinfo deleted file mode 100644 index 746a98d83acd..000000000000 --- a/devel/py-mox3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1567688733 -SHA256 (mox3-0.28.0.tar.gz) = 8094868e70f814b4a526ecc592365437bc93a7dd60341321344987b3e8dba49d -SIZE (mox3-0.28.0.tar.gz) = 45454 diff --git a/devel/py-mox3/pkg-descr b/devel/py-mox3/pkg-descr deleted file mode 100644 index 6bee672c37ba..000000000000 --- a/devel/py-mox3/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -mox3 is an unofficial port of the Google mox framework to Python 3. It was meant -to be as compatible with mox as possible, but small enhancements have been made.