git: d612cd416538 - main - net-mgmt/py-pynxos: Remove expired port
Rene Ladan <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=d612cd416538db3f0a6a504af5f3c57bffe21bd6 commit d612cd416538db3f0a6a504af5f3c57bffe21bd6 Author: Rene Ladan <[email protected]> AuthorDate: 2026-07-31 20:15:32 +0000 Commit: Rene Ladan <[email protected]> CommitDate: 2026-07-31 20:15:32 +0000 net-mgmt/py-pynxos: Remove expired port 2026-07-31 net-mgmt/py-pynxos: 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 --- MOVED | 1 + net-mgmt/Makefile | 1 - net-mgmt/py-pynxos/Makefile | 26 -------------------------- net-mgmt/py-pynxos/distinfo | 3 --- net-mgmt/py-pynxos/pkg-descr | 1 - 5 files changed, 1 insertion(+), 31 deletions(-) diff --git a/MOVED b/MOVED index 88056483ac26..8b76e721fa68 100644 --- a/MOVED +++ b/MOVED @@ -5522,3 +5522,4 @@ security/libpreludedb||2026-07-31|Has expired: Upstream project is dead devel/plasma|lang/rizin|2026-07-31|Has expired: Upstream inactive since +7 years. Please use lang/rizin instead net-im/pidgin-fetion||2026-07-31|Has expired: Fetion service is no longer available after 2022 games/freedoko||2026-07-31|Has expired: plist issues and error messages during install stage +net-mgmt/py-pynxos|net-mgmt/py-napalm|2026-07-31|Has expired: 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 diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index c60e2c600881..497ce3224f3d 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -348,7 +348,6 @@ SUBDIR += py-pyeapi SUBDIR += py-pyixapi SUBDIR += py-pynetbox - SUBDIR += py-pynxos SUBDIR += py-pypowerwall SUBDIR += py-pysmi SUBDIR += py-pysnmp diff --git a/net-mgmt/py-pynxos/Makefile b/net-mgmt/py-pynxos/Makefile deleted file mode 100644 index 9ab4231bf206..000000000000 --- a/net-mgmt/py-pynxos/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= pynxos -DISTVERSION= 0.0.5 -PORTREVISION= 3 -CATEGORIES= net-mgmt python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= [email protected] -COMMENT= Python client for managing Cisco NX-OS devices through NX-API -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} - -USES= python -USE_PYTHON= distutils autoplist - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/net-mgmt/py-pynxos/distinfo b/net-mgmt/py-pynxos/distinfo deleted file mode 100644 index e60dbabb8952..000000000000 --- a/net-mgmt/py-pynxos/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1556278810 -SHA256 (pynxos-0.0.5.tar.gz) = ad148aec468b715b4a4c86802997cbf2b54e67e3709b043cf79f65b420143168 -SIZE (pynxos-0.0.5.tar.gz) = 7902 diff --git a/net-mgmt/py-pynxos/pkg-descr b/net-mgmt/py-pynxos/pkg-descr deleted file mode 100644 index 5beeb42ea9b4..000000000000 --- a/net-mgmt/py-pynxos/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Python client for managing Cisco NX-OS devices through NX-API.