Commit 6da1373f authored by Rene Ladan's avatar Rene Ladan
Browse files

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
parent d6427c10
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −30
Original line number Diff line number Diff line
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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1550785809
SHA256 (nxapi_plumbing-0.5.2.tar.gz) = 6f54f9983f023bd75b60acd907ff47f559541cc2b98f4fa638b8585ca0de0fb5
SIZE (nxapi_plumbing-0.5.2.tar.gz) = 11540
+0 −4
Original line number Diff line number Diff line
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.