Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2026 14:00:20 +0000
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: 06ec25d56c5d - main - net-mgmt/py-pyIOSXR: Deprecate/Set to expire
Message-ID:  <6a4128f4.1df89.2e574f86@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06ec25d56c5d86cf9d789ccfeb8baf1fa3f48705

commit 06ec25d56c5d86cf9d789ccfeb8baf1fa3f48705
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2026-06-28 13:59:56 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2026-06-28 13:59:56 +0000

    net-mgmt/py-pyIOSXR: Deprecate/Set to expire
    
    * Upstream is inactive since +8 years, the code was integrated into
      py-napalm 3.0.0 and there are no more consumers left in the tree.
    
    * Set a fairly short EXPIRATION_DATE because the Python stack is
      quite outdated.
---
 net-mgmt/py-pyIOSXR/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-mgmt/py-pyIOSXR/Makefile b/net-mgmt/py-pyIOSXR/Makefile
index d908e59dc1ff..d70c50d57061 100644
--- a/net-mgmt/py-pyIOSXR/Makefile
+++ b/net-mgmt/py-pyIOSXR/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/fooelisa/pyiosxr
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Upstream inactive since +8 years, code was integrated into py-napalm. Please use net-mgmt/py-napalm instead
+EXPIRATION_DATE=2026-07-31
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=3.2.4:devel/py-lxml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}netmiko>=1.4.3:security/py-netmiko@${PY_FLAVOR}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a4128f4.1df89.2e574f86>