diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2025-05-15 17:24:40 +0200 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2025-05-15 17:24:40 +0200 |
commit | b6b728bf8d4caeae70d9952a2d078f5385f9a4ab (patch) | |
tree | b13994a41771f6a3234bb4c5ab0d7b8e2e4acf3f | |
parent | security/py-netbox-secrets: Update to 2.2.1 (diff) |
textproc/py-jtextfsm: Deprecate/Set to expire
* Upstream is inactive for 9+ years and the project was intended as
Python 3 fork of textproc/py-textfsm, which was only compatible
with Python 2 at that time.
-rw-r--r-- | textproc/py-jtextfsm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/py-jtextfsm/Makefile b/textproc/py-jtextfsm/Makefile index 678a1e8a79ac..0a08c60c58d7 100644 --- a/textproc/py-jtextfsm/Makefile +++ b/textproc/py-jtextfsm/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/jonathanslenders/textfsm LICENSE= APACHE20 +DEPRECATED= Upstream inactive for 9+ years and the port is now obsolete. Please use textproc/py-textfsm instead +EXPIRATION_DATE=2025-06-30 + USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes |