pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add NAPALM module for Cisco IOS-XR, versoin 0.4.8.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Mon May 22 15:49:50 2017 +0200
Changeset:	7169c1f629fac7d74c7e5488b815794cc9622350

Added Files:
	py-napalm-iosxr/DESCR
	py-napalm-iosxr/Makefile
	py-napalm-iosxr/PLIST
	py-napalm-iosxr/distinfo

Log Message:
Add NAPALM module for Cisco IOS-XR, versoin 0.4.8.

NAPALM (Network Automation and Programmability Abstraction Layer
with Multivendor support) is a Python library that implements a
set of functions to interact with different router vendor devices
using a unified API.

NAPALM supports several methods to connect to the devices, to
manipulate configurations or to retrieve data.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7169c1f629fac7d74c7e5488b815794cc9622350

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-napalm-iosxr/DESCR    |  9 +++++++++
 py-napalm-iosxr/Makefile | 23 +++++++++++++++++++++++
 py-napalm-iosxr/PLIST    | 39 +++++++++++++++++++++++++++++++++++++++
 py-napalm-iosxr/distinfo |  6 ++++++
 4 files changed, 77 insertions(+)

diffs:
diff --git a/py-napalm-iosxr/DESCR b/py-napalm-iosxr/DESCR
new file mode 100644
index 0000000000..ef61c67f62
--- /dev/null
+++ b/py-napalm-iosxr/DESCR
@@ -0,0 +1,9 @@
+NAPALM module for Cisco IOS-XR.
+
+NAPALM (Network Automation and Programmability Abstraction Layer
+with Multivendor support) is a Python library that implements a
+set of functions to interact with different router vendor devices
+using a unified API.
+
+NAPALM supports several methods to connect to the devices, to
+manipulate configurations or to retrieve data.
diff --git a/py-napalm-iosxr/Makefile b/py-napalm-iosxr/Makefile
new file mode 100644
index 0000000000..1d72d24707
--- /dev/null
+++ b/py-napalm-iosxr/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	napalm-iosxr-0.4.8
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=napalm-automation/}
+GITHUB_PROJECT=	napalm-iosxr
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/napalm-automation/napalm-iosxr/
+COMMENT=	NAPALM module for Cisco IOS-XR
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-napalm-base>=0.18.0:../../wip/py-napalm-base
+DEPENDS+=	${PYPKGPREFIX}-IOSXR>=0.20:../../wip/py-IOSXR
+DEPENDS+=	${PYPKGPREFIX}-netaddr-[0-9]*:../../net/py-netaddr
+
+# Mistakenly installed, prone to name conflicts (e.g. with napalm-base)
+post-install:
+	rm -f ${DESTDIR}/${PREFIX}/${PYSITELIB}/test/__init__.*
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-napalm-iosxr/PLIST b/py-napalm-iosxr/PLIST
new file mode 100644
index 0000000000..3b687aa4f6
--- /dev/null
+++ b/py-napalm-iosxr/PLIST
@@ -0,0 +1,39 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/requires.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/napalm_iosxr/__init__.py
+${PYSITELIB}/napalm_iosxr/__init__.pyc
+${PYSITELIB}/napalm_iosxr/__init__.pyo
+${PYSITELIB}/napalm_iosxr/constants.py
+${PYSITELIB}/napalm_iosxr/constants.pyc
+${PYSITELIB}/napalm_iosxr/constants.pyo
+${PYSITELIB}/napalm_iosxr/iosxr.py
+${PYSITELIB}/napalm_iosxr/iosxr.pyc
+${PYSITELIB}/napalm_iosxr/iosxr.pyo
+${PYSITELIB}/napalm_iosxr/templates/delete_ntp_peers.j2
+${PYSITELIB}/napalm_iosxr/templates/delete_ntp_servers.j2
+${PYSITELIB}/napalm_iosxr/templates/delete_probes.j2
+${PYSITELIB}/napalm_iosxr/templates/delete_snmp_config.j2
+${PYSITELIB}/napalm_iosxr/templates/delete_users.j2
+${PYSITELIB}/napalm_iosxr/templates/schedule_probes.j2
+${PYSITELIB}/napalm_iosxr/templates/set_hostname.j2
+${PYSITELIB}/napalm_iosxr/templates/set_ntp_peers.j2
+${PYSITELIB}/napalm_iosxr/templates/set_ntp_servers.j2
+${PYSITELIB}/napalm_iosxr/templates/set_probes.j2
+${PYSITELIB}/napalm_iosxr/templates/set_users.j2
+${PYSITELIB}/napalm_iosxr/templates/snmp_config.j2
+${PYSITELIB}/test/unit/TestIOSXRDriver.py
+${PYSITELIB}/test/unit/TestIOSXRDriver.pyc
+${PYSITELIB}/test/unit/TestIOSXRDriver.pyo
+${PYSITELIB}/test/unit/__init__.py
+${PYSITELIB}/test/unit/__init__.pyc
+${PYSITELIB}/test/unit/__init__.pyo
+${PYSITELIB}/test/unit/conftest.py
+${PYSITELIB}/test/unit/conftest.pyc
+${PYSITELIB}/test/unit/conftest.pyo
+${PYSITELIB}/test/unit/test_getters.py
+${PYSITELIB}/test/unit/test_getters.pyc
+${PYSITELIB}/test/unit/test_getters.pyo
diff --git a/py-napalm-iosxr/distinfo b/py-napalm-iosxr/distinfo
new file mode 100644
index 0000000000..0ba1451324
--- /dev/null
+++ b/py-napalm-iosxr/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (napalm-iosxr-0.4.8.tar.gz) = fd974e7a6522151a6645029d1093d0fcf0a773a8
+RMD160 (napalm-iosxr-0.4.8.tar.gz) = f2507c1a93d5bae12ef93c02eca09c35217f6361
+SHA512 (napalm-iosxr-0.4.8.tar.gz) = 33463b31705cf15e0055d54d9386bc02185708339a0534075a41d1bb8a34f91d5ee78d9d71364cc50b06b8457863e3efb64b0407704c19913da661a366a31071
+Size (napalm-iosxr-0.4.8.tar.gz) = 418447 bytes


Home | Main Index | Thread Index | Old Index