Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2026 14:00:21 +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: c72698b0cac9 - main - net-mgmt/py-pynxos: Deprecate/Set to expire
Message-ID:  <6a4128f5.1d88c.112c7858@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=c72698b0cac9e8e2d96c6cca31cd8a09b65fc7c3

commit c72698b0cac9e8e2d96c6cca31cd8a09b65fc7c3
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-pynxos: Deprecate/Set to expire
    
    * Upstream is inactive since +7 years, the package was used by py-napalm
      for a little while until it was replaced by py-nxapi-plumbing.  There
      are no more consumers left in the tree.
    
    * Set a fairly short EXPIRATION_DATE because the Python stack is quite
      outdated - for example, py-future is still being used [1].
    
    Reported by:    bofh (via private mail) [1]
---
 net-mgmt/py-pynxos/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-mgmt/py-pynxos/Makefile b/net-mgmt/py-pynxos/Makefile
index 34a699b2eae6..9ab4231bf206 100644
--- a/net-mgmt/py-pynxos/Makefile
+++ b/net-mgmt/py-pynxos/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/networktocode/pynxos
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Upstream inactive since +7 years, was used by py-napalm for a while, until it was replaced by py-nxapi-plumbing. Please use net-mgmt/py-napalm instead
+EXPIRATION_DATE=2026-07-31
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scp>0:security/py-scp@${PY_FLAVOR}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a4128f5.1d88c.112c7858>