pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add NAPALM module for Arista EOS, version 0.5.6.
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%NetBSD.org@localhost>
Pushed By: he
Date: Tue May 23 14:48:41 2017 +0200
Changeset: 27001cc3e8d0ba099fb53d35ddac29f962cda14c
Added Files:
py-napalm-eos/DESCR
py-napalm-eos/Makefile
py-napalm-eos/PLIST
py-napalm-eos/distinfo
Log Message:
Add NAPALM module for Arista EOS, version 0.5.6.
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=27001cc3e8d0ba099fb53d35ddac29f962cda14c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-napalm-eos/DESCR | 9 +++++++++
py-napalm-eos/Makefile | 20 ++++++++++++++++++++
py-napalm-eos/PLIST | 25 +++++++++++++++++++++++++
py-napalm-eos/distinfo | 6 ++++++
4 files changed, 60 insertions(+)
diffs:
diff --git a/py-napalm-eos/DESCR b/py-napalm-eos/DESCR
new file mode 100644
index 0000000000..aa8c53debe
--- /dev/null
+++ b/py-napalm-eos/DESCR
@@ -0,0 +1,9 @@
+NAPALM module for Arista EOS.
+
+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-eos/Makefile b/py-napalm-eos/Makefile
new file mode 100644
index 0000000000..860e2e52e6
--- /dev/null
+++ b/py-napalm-eos/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME= napalm-eos-0.5.6
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GITHUB:=napalm-automation/}
+GITHUB_PROJECT= napalm-eos
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/napalm-automation/napalm-eos
+COMMENT= NAPALM module for Arista EOS
+LICENSE= apache-2.0
+
+EXTRACT_USING= gtar
+
+DEPENDS+= ${PYPKGPREFIX}-napalm-base>=0.23.0:../../wip/py-napalm-base
+DEPENDS+= ${PYPKGPREFIX}-eapi-[0-9]*:../../wip/py-eapi
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-napalm-eos/PLIST b/py-napalm-eos/PLIST
new file mode 100644
index 0000000000..23e39c2624
--- /dev/null
+++ b/py-napalm-eos/PLIST
@@ -0,0 +1,25 @@
+@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_eos/__init__.py
+${PYSITELIB}/napalm_eos/__init__.pyc
+${PYSITELIB}/napalm_eos/__init__.pyo
+${PYSITELIB}/napalm_eos/eos.py
+${PYSITELIB}/napalm_eos/eos.pyc
+${PYSITELIB}/napalm_eos/eos.pyo
+${PYSITELIB}/napalm_eos/templates/delete_ntp_servers.j2
+${PYSITELIB}/napalm_eos/templates/delete_snmp_config.j2
+${PYSITELIB}/napalm_eos/templates/delete_users.j2
+${PYSITELIB}/napalm_eos/templates/set_ntp_servers.j2
+${PYSITELIB}/napalm_eos/templates/set_users.j2
+${PYSITELIB}/napalm_eos/templates/snmp_config.j2
+${PYSITELIB}/napalm_eos/utils/__init__.py
+${PYSITELIB}/napalm_eos/utils/__init__.pyc
+${PYSITELIB}/napalm_eos/utils/__init__.pyo
+${PYSITELIB}/napalm_eos/utils/textfsm_templates/bgp_detail.tpl
+${PYSITELIB}/napalm_eos/utils/textfsm_templates/ntp_peers.tpl
+${PYSITELIB}/napalm_eos/utils/textfsm_templates/snmp_config.tpl
+${PYSITELIB}/napalm_eos/utils/textfsm_templates/vrf.tpl
diff --git a/py-napalm-eos/distinfo b/py-napalm-eos/distinfo
new file mode 100644
index 0000000000..dd3eec0c94
--- /dev/null
+++ b/py-napalm-eos/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (napalm-eos-0.5.6.tar.gz) = e597b36e9920bcbae4c6462efff71bf642adbf75
+RMD160 (napalm-eos-0.5.6.tar.gz) = 7281b101341458cb99ef1f2631d424651924b146
+SHA512 (napalm-eos-0.5.6.tar.gz) = 56ce3d003edbc0b8befe0cc91e2921ab0976f73530e285eac21c216cf4e213e1024463a2b842a790eabe2251e01cb79acc299955b4ef44ece8ba57f68dca8243
+Size (napalm-eos-0.5.6.tar.gz) = 58667 bytes
Home |
Main Index |
Thread Index |
Old Index