git: 888531aec072 - main - devel/py-pytest-freezegun: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Aug 2023 19:03:37 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=888531aec072774b78483b6e0020bced9bc91731 commit 888531aec072774b78483b6e0020bced9bc91731 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-08-22 19:03:20 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-08-22 19:03:20 +0000 devel/py-pytest-freezegun: Remove expired port 2023-08-16 devel/py-pytest-freezegun: Use devel/py-pytest-freezer as upstream is unmaintained --- MOVED | 1 + devel/Makefile | 1 - devel/py-pytest-freezegun/Makefile | 27 --------------------------- devel/py-pytest-freezegun/distinfo | 3 --- devel/py-pytest-freezegun/pkg-descr | 1 - 5 files changed, 1 insertion(+), 32 deletions(-) diff --git a/MOVED b/MOVED index 07a2cfa5abf9..272a9bc10e6c 100644 --- a/MOVED +++ b/MOVED @@ -7793,3 +7793,4 @@ security/py-netbox-secretstore|security/py-netbox-secrets|2023-08-22|Has expired benchmarks/dbs||2023-08-22|Has expired: Broken on all supported releases for more than an year databases/virtuoso||2023-08-22|Has expired: Broken on all supported FreeBSD releases for more than an year sysutils/muse||2023-08-22|Has expired: Broken on all supported FreeBSD releases for more than an year +devel/py-pytest-freezegun|devel/py-pytest-freezer|2023-08-22|Has expired: Use devel/py-pytest-freezer as upstream is unmaintained diff --git a/devel/Makefile b/devel/Makefile index 805f9c918890..2727be8e95e6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5348,7 +5348,6 @@ SUBDIR += py-pytest-flakes SUBDIR += py-pytest-flask SUBDIR += py-pytest-forked - SUBDIR += py-pytest-freezegun SUBDIR += py-pytest-freezer SUBDIR += py-pytest-helpers-namespace SUBDIR += py-pytest-html diff --git a/devel/py-pytest-freezegun/Makefile b/devel/py-pytest-freezegun/Makefile deleted file mode 100644 index 2c3174149d27..000000000000 --- a/devel/py-pytest-freezegun/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= pytest-freezegun -PORTVERSION= 0.4.2 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Wrap tests with fixtures in freeze_time -WWW= https://github.com/ktosiek/pytest-freezegun - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Use devel/py-pytest-freezer as upstream is unmaintained -EXPIRATION_DATE= 2023-08-16 -# unless the upstream fixes the problem, this port should be probably deprecated, see https://github.com/ktosiek/pytest-freezegun/issues/43 -BROKEN= causes INTERNALERROR failures in PyTest in many python-based ports, based on the assessment in this comment: https://github.com/pytest-dev/pytest/issues/10846#issuecomment-1487971534 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}freezegun>0.3:devel/py-freezegun@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR} - -USES= python zip -USE_PYTHON= autoplist distutils - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-pytest-freezegun/distinfo b/devel/py-pytest-freezegun/distinfo deleted file mode 100644 index 45e3fa135f58..000000000000 --- a/devel/py-pytest-freezegun/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1595297485 -SHA256 (pytest-freezegun-0.4.2.zip) = 19c82d5633751bf3ec92caa481fb5cffaac1787bd485f0df6436fd6242176949 -SIZE (pytest-freezegun-0.4.2.zip) = 9059 diff --git a/devel/py-pytest-freezegun/pkg-descr b/devel/py-pytest-freezegun/pkg-descr deleted file mode 100644 index 69d4af7344e2..000000000000 --- a/devel/py-pytest-freezegun/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Wrap tests with fixtures in freeze_time