Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2026 14:00:18 +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: 93c11a2aa3c6 - main - net-mgmt/py-nxapi-plumbing: Deprecate/Set to expire
Message-ID:  <6a4128f2.1d633.2e2538a2@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=93c11a2aa3c69822636155e31c96bbee8bb6185c

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

    net-mgmt/py-nxapi-plumbing: 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 - for example, py-future is still being used [1].
    
    Reported by:    bofh (via private mail) [1]
---
 net-mgmt/py-nxapi-plumbing/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-mgmt/py-nxapi-plumbing/Makefile b/net-mgmt/py-nxapi-plumbing/Makefile
index b9e97d667809..48924e269014 100644
--- a/net-mgmt/py-nxapi-plumbing/Makefile
+++ b/net-mgmt/py-nxapi-plumbing/Makefile
@@ -13,6 +13,9 @@ WWW=		https://github.com/ktbyers/nxapi-plumbing
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Upstream inactive since +8 years, code was integrated into py-napalm. 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}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \


home | help

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