aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-17 08:59:55 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-17 09:11:47 +0000
commita10b4a8ac5eacda2a16da9441217020116d68953 (patch)
treecede7bad9a74f96499cacccdd00adb6691df8d21
parent50a2d158c6716ac4bfca425d1d5ea3da03cebd4a (diff)
downloadports-a10b4a8ac5eacda2a16da9441217020116d68953.tar.gz
ports-a10b4a8ac5eacda2a16da9441217020116d68953.zip
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
-rw-r--r--devel/py-pytest-freezegun/Makefile2
1 files changed, 2 insertions, 0 deletions
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