git: a10b4a8ac5ea - main - devel/py-pytest-freezegun: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Jul 2023 09:12:03 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a10b4a8ac5eacda2a16da9441217020116d68953 commit a10b4a8ac5eacda2a16da9441217020116d68953 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-17 08:59:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-17 09:11:47 +0000 devel/py-pytest-freezegun: Mark DEPRECATED - Upstream has abandoned the project. For more information see: https://github.com/ktosiek/pytest-freezegun/issues/19#issuecomment-1500919278 - Set EXPIRATION_DATE to 2023-08-16 --- devel/py-pytest-freezegun/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-pytest-freezegun/Makefile b/devel/py-pytest-freezegun/Makefile index 1ce59a76e6ed..2c3174149d27 100644 --- a/devel/py-pytest-freezegun/Makefile +++ b/devel/py-pytest-freezegun/Makefile @@ -11,6 +11,8 @@ 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