git: 6b4a31e19ceb - main - devel/py-flex: Deprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Feb 2025 11:34:36 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b4a31e19cebdfc386d83596c3873dae88637618 commit 6b4a31e19cebdfc386d83596c3873dae88637618 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2025-02-08 11:25:44 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2025-02-08 11:33:16 +0000 devel/py-flex: Deprecate * Upstream has been inactive for 6 years, therefore deprecate this port. * However, no expiry date is set for now because py-flex still works with newer versions of Python and is currently still being used by some projects/ports (e.g. py-prance or py-flasgger). PR: 283597 Reported by: diizzy --- devel/py-flex/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-flex/Makefile b/devel/py-flex/Makefile index 747ea2fec936..875fa9451e51 100644 --- a/devel/py-flex/Makefile +++ b/devel/py-flex/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/pipermerriam/flex LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Upstream is inactive since 6 years + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=3.3:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonpointer>=1.7:devel/py-jsonpointer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:www/py-requests@${PY_FLAVOR} \