aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-07-31 20:18:06 +0000
committerRene Ladan <rene@FreeBSD.org>2026-07-31 20:18:06 +0000
commit6da1373f7682ba0214215e15f86e02e7acac8cf3 (patch)
treedaa883691d25106602022d229f55395381ce65dc
parentd6427c10abd15ce44f4b169fb852f712ad0f81e9 (diff)
net-mgmt/py-nxapi-plumbing: Remove expired port
2026-07-31 net-mgmt/py-nxapi-plumbing: Upstream inactive since +8 years, code was integrated into py-napalm. Please use net-mgmt/py-napalm instead
-rw-r--r--MOVED1
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/py-nxapi-plumbing/Makefile30
-rw-r--r--net-mgmt/py-nxapi-plumbing/distinfo3
-rw-r--r--net-mgmt/py-nxapi-plumbing/pkg-descr4
5 files changed, 1 insertions, 38 deletions
diff --git a/MOVED b/MOVED
index 606366521a32..7cd75d663ce8 100644
--- a/MOVED
+++ b/MOVED
@@ -5526,3 +5526,4 @@ net-mgmt/py-pynxos|net-mgmt/py-napalm|2026-07-31|Has expired: Upstream inactive
security/proxycheck||2026-07-31|Has expired: dnsbl.org has been shut down
www/mediawiki144||2026-07-31|Has expired: Upstream EOL
math/py-luminol||2026-07-31|Has expired: Upstream last activity was in 2016, and the project has been moved to the LinkedInAttic GitHub account
+net-mgmt/py-nxapi-plumbing|net-mgmt/py-napalm|2026-07-31|Has expired: Upstream inactive since +8 years, code was integrated into py-napalm. Please use net-mgmt/py-napalm instead
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 497ce3224f3d..9031ee800ba9 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -337,7 +337,6 @@
SUBDIR += py-napalm-logs
SUBDIR += py-ncclient
SUBDIR += py-netutils
- SUBDIR += py-nxapi-plumbing
SUBDIR += py-opn-cli
SUBDIR += py-pdagent
SUBDIR += py-pdagent-integrations
diff --git a/net-mgmt/py-nxapi-plumbing/Makefile b/net-mgmt/py-nxapi-plumbing/Makefile
deleted file mode 100644
index 48924e269014..000000000000
--- a/net-mgmt/py-nxapi-plumbing/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-PORTNAME= nxapi-plumbing
-DISTVERSION= 0.5.2
-PORTREVISION= 5
-CATEGORIES= net-mgmt python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME:C/-/_/}-${DISTVERSION}
-
-MAINTAINER= kai@FreeBSD.org
-COMMENT= Manage Cisco devices through NX-API using XML/JSON-RPC
-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} \
- ${PYTHON_PKGNAMEPREFIX}scp>=0:security/py-scp@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/py-nxapi-plumbing/distinfo b/net-mgmt/py-nxapi-plumbing/distinfo
deleted file mode 100644
index 720e192151b3..000000000000
--- a/net-mgmt/py-nxapi-plumbing/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1550785809
-SHA256 (nxapi_plumbing-0.5.2.tar.gz) = 6f54f9983f023bd75b60acd907ff47f559541cc2b98f4fa638b8585ca0de0fb5
-SIZE (nxapi_plumbing-0.5.2.tar.gz) = 11540
diff --git a/net-mgmt/py-nxapi-plumbing/pkg-descr b/net-mgmt/py-nxapi-plumbing/pkg-descr
deleted file mode 100644
index 4517184bfb0b..000000000000
--- a/net-mgmt/py-nxapi-plumbing/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Low-level library for managing Cisco devices through NX-API using JSON-RPC and
-XML.
-
-It's the successor of net-mgmt/py-pynxos with a more open license.