Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2025 11:34:36 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6b4a31e19ceb - main - devel/py-flex: Deprecate
Message-ID:  <202502081134.518BYauS055398@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502081134.518BYauS055398>