pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add NAPALM module for Cisco NX-OS, version 0.5.2.
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%NetBSD.org@localhost>
Pushed By: he
Date: Tue May 23 15:56:59 2017 +0200
Changeset: ef44c2c17d312841e148a5d5059a99ef978e85ef
Added Files:
py-napalm-nxos/DESCR
py-napalm-nxos/Makefile
py-napalm-nxos/PLIST
py-napalm-nxos/distinfo
Log Message:
Add NAPALM module for Cisco NX-OS, version 0.5.2.
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=ef44c2c17d312841e148a5d5059a99ef978e85ef
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-napalm-nxos/DESCR | 9 +++++++++
py-napalm-nxos/Makefile | 21 +++++++++++++++++++++
py-napalm-nxos/PLIST | 42 ++++++++++++++++++++++++++++++++++++++++++
py-napalm-nxos/distinfo | 6 ++++++
4 files changed, 78 insertions(+)
diffs:
diff --git a/py-napalm-nxos/DESCR b/py-napalm-nxos/DESCR
new file mode 100644
index 0000000000..dfd7bae45e
--- /dev/null
+++ b/py-napalm-nxos/DESCR
@@ -0,0 +1,9 @@
+NAPALM module for Cisco NX-OS.
+
+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-nxos/Makefile b/py-napalm-nxos/Makefile
new file mode 100644
index 0000000000..31a62e69a2
--- /dev/null
+++ b/py-napalm-nxos/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= napalm-nxos-0.5.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GITHUB:=napalm-automation/}
+GITHUB_PROJECT= napalm-nxos
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/napalm-automation/napalm-nxos
+COMMENT= NAPALM module for Cisco IOS
+LICENSE= apache-2.0
+
+DEPENDS+= ${PYPKGPREFIX}-napalm-base>=0.18.0:../../wip/py-napalm-base
+DEPENDS+= ${PYPKGPREFIX}-nxos-[0-9]*:../../wip/py-nxos
+DEPENDS+= ${PYPKGPREFIX}-netaddr-[0-9]*:../../net/py-netaddr
+DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
+DEPENDS+= ${PYPKGPREFIX}-scp-[0-9]*:../../wip/py-scp
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-napalm-nxos/PLIST b/py-napalm-nxos/PLIST
new file mode 100644
index 0000000000..3d79212c79
--- /dev/null
+++ b/py-napalm-nxos/PLIST
@@ -0,0 +1,42 @@
+@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_nxos/__init__.py
+${PYSITELIB}/napalm_nxos/__init__.pyc
+${PYSITELIB}/napalm_nxos/__init__.pyo
+${PYSITELIB}/napalm_nxos/nxos.py
+${PYSITELIB}/napalm_nxos/nxos.pyc
+${PYSITELIB}/napalm_nxos/nxos.pyo
+${PYSITELIB}/napalm_nxos/templates/delete_ntp_peers.j2
+${PYSITELIB}/napalm_nxos/templates/delete_ntp_servers.j2
+${PYSITELIB}/napalm_nxos/templates/delete_snmp_config.j2
+${PYSITELIB}/napalm_nxos/templates/delete_users.j2
+${PYSITELIB}/napalm_nxos/templates/set_hostname.j2
+${PYSITELIB}/napalm_nxos/templates/set_ntp_peers.j2
+${PYSITELIB}/napalm_nxos/templates/set_ntp_servers.j2
+${PYSITELIB}/napalm_nxos/templates/set_users.j2
+${PYSITELIB}/napalm_nxos/templates/snmp_config.j2
+${PYSITELIB}/napalm_nxos/utils/__init__.py
+${PYSITELIB}/napalm_nxos/utils/__init__.pyc
+${PYSITELIB}/napalm_nxos/utils/__init__.pyo
+${PYSITELIB}/napalm_nxos/utils/textfsm_templates/lldp_neighbors.tpl
+${PYSITELIB}/napalm_nxos/utils/textfsm_templates/snmp_config.tpl
+${PYSITELIB}/napalm_nxos/utils/textfsm_templates/users.tpl
+${PYSITELIB}/test/__init__.py
+${PYSITELIB}/test/__init__.pyc
+${PYSITELIB}/test/__init__.pyo
+${PYSITELIB}/test/unit/TestDriver.py
+${PYSITELIB}/test/unit/TestDriver.pyc
+${PYSITELIB}/test/unit/TestDriver.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-nxos/distinfo b/py-napalm-nxos/distinfo
new file mode 100644
index 0000000000..4d00d0e9c7
--- /dev/null
+++ b/py-napalm-nxos/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (napalm-nxos-0.5.2.tar.gz) = 8699da73eb7bdacc2a0b62c119a3417283543fd3
+RMD160 (napalm-nxos-0.5.2.tar.gz) = ed4304e2bab548ae280680773fe308759bfb3f73
+SHA512 (napalm-nxos-0.5.2.tar.gz) = 1b61af6d3769d8b60b5ba36ac121ffe4f5e5e3d8defdffb9a3f5f57db1b254a3f55916e389ddaa7f32939ded428287159c6f8bc8f66d47855c7839cea4e25bf8
+Size (napalm-nxos-0.5.2.tar.gz) = 41176 bytes
Home |
Main Index |
Thread Index |
Old Index