aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-07-31 20:19:58 +0000
committerRene Ladan <rene@FreeBSD.org>2026-07-31 20:20:12 +0000
commit0b26a2c99cf90c91a5e7aafc4b34a0becdd53a18 (patch)
tree56fa400bc62976c07e2b494bbe545556c52bd014
parentbbc76ab760792f21f50b7ea6941003da8d25a0f7 (diff)
net-mgmt/py-pyIOSXR: Remove expired port
2026-07-31 net-mgmt/py-pyIOSXR: 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-pyIOSXR/Makefile25
-rw-r--r--net-mgmt/py-pyIOSXR/distinfo3
-rw-r--r--net-mgmt/py-pyIOSXR/pkg-descr2
5 files changed, 1 insertions, 31 deletions
diff --git a/MOVED b/MOVED
index db720eb328aa..0d94a69754a4 100644
--- a/MOVED
+++ b/MOVED
@@ -5528,3 +5528,4 @@ 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
devel/py-patch|devel/py-patch-ng|2026-07-31|Has expired: Upstream no longer active, project is abandoned, please used devel/py-patch-ng instead
+net-mgmt/py-pyIOSXR|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 9031ee800ba9..d2d9a8e34e83 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -342,7 +342,6 @@
SUBDIR += py-pdagent-integrations
SUBDIR += py-phonebox-plugin
SUBDIR += py-prometheus-client
- SUBDIR += py-pyIOSXR
SUBDIR += py-pyang
SUBDIR += py-pyeapi
SUBDIR += py-pyixapi
diff --git a/net-mgmt/py-pyIOSXR/Makefile b/net-mgmt/py-pyIOSXR/Makefile
deleted file mode 100644
index d70c50d57061..000000000000
--- a/net-mgmt/py-pyIOSXR/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= pyIOSXR
-DISTVERSION= 0.53
-PORTREVISION= 5
-CATEGORIES= net-mgmt python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= kai@FreeBSD.org
-COMMENT= Python API to interact with network devices running IOS-XR
-WWW= https://github.com/fooelisa/pyiosxr
-
-LICENSE= APACHE20
-
-DEPRECATED= Upstream inactive since +8 years, code was integrated into py-napalm. Please use net-mgmt/py-napalm instead
-EXPIRATION_DATE=2026-07-31
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.2.4:devel/py-lxml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}netmiko>=1.4.3:security/py-netmiko@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= distutils autoplist
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/py-pyIOSXR/distinfo b/net-mgmt/py-pyIOSXR/distinfo
deleted file mode 100644
index b309883bc228..000000000000
--- a/net-mgmt/py-pyIOSXR/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1523951478
-SHA256 (pyIOSXR-0.53.tar.gz) = 0e25d6871b48db81511c03261924ef23169c66e80321801b9bb221a3b74e370e
-SIZE (pyIOSXR-0.53.tar.gz) = 15504
diff --git a/net-mgmt/py-pyIOSXR/pkg-descr b/net-mgmt/py-pyIOSXR/pkg-descr
deleted file mode 100644
index 273b77503fea..000000000000
--- a/net-mgmt/py-pyIOSXR/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-pyIOSXR is a Python library that facilitates communication with Cisco devices
-running IOS-XR through the XML agent.