pkgsrc-WIP-changes archive

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

Add NAPALM module for Cisco IOS, version 0.6.2.



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

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

Log Message:
Add NAPALM module for Cisco IOS, version 0.6.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=ffcee180fbb15c473524d9aa190057ea8714547c

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

diffstat:
 py-napalm-ios/DESCR    |  9 +++++++++
 py-napalm-ios/Makefile | 18 ++++++++++++++++++
 py-napalm-ios/PLIST    | 20 ++++++++++++++++++++
 py-napalm-ios/distinfo |  6 ++++++
 4 files changed, 53 insertions(+)

diffs:
diff --git a/py-napalm-ios/DESCR b/py-napalm-ios/DESCR
new file mode 100644
index 0000000000..d8467b1a50
--- /dev/null
+++ b/py-napalm-ios/DESCR
@@ -0,0 +1,9 @@
+NAPALM module for Cisco IOS.
+
+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-ios/Makefile b/py-napalm-ios/Makefile
new file mode 100644
index 0000000000..a56f137130
--- /dev/null
+++ b/py-napalm-ios/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	napalm-ios-0.6.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=napalm-automation/}
+GITHUB_PROJECT=	napalm-ios
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/napalm-automation/napalm-ios
+COMMENT=	NAPALM module for Cisco IOS
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-napalm-base>=0.23.2:../../wip/py-napalm-base
+DEPENDS+=	${PYPKGPREFIX}-netmiko>=1.4.0:../../wip/py-netmiko
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-napalm-ios/PLIST b/py-napalm-ios/PLIST
new file mode 100644
index 0000000000..3dea2dc11d
--- /dev/null
+++ b/py-napalm-ios/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/not-zip-safe
+${PYSITELIB}/${EGG_FILE}/requires.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/napalm_ios/__init__.py
+${PYSITELIB}/napalm_ios/__init__.pyc
+${PYSITELIB}/napalm_ios/__init__.pyo
+${PYSITELIB}/napalm_ios/ios.py
+${PYSITELIB}/napalm_ios/ios.pyc
+${PYSITELIB}/napalm_ios/ios.pyo
+${PYSITELIB}/napalm_ios/templates/delete_ntp_peers.j2
+${PYSITELIB}/napalm_ios/templates/delete_ntp_servers.j2
+${PYSITELIB}/napalm_ios/templates/delete_snmp_config.j2
+${PYSITELIB}/napalm_ios/templates/set_hostname.j2
+${PYSITELIB}/napalm_ios/templates/set_ntp_peers.j2
+${PYSITELIB}/napalm_ios/templates/set_ntp_servers.j2
+${PYSITELIB}/napalm_ios/templates/snmp_config.j2
diff --git a/py-napalm-ios/distinfo b/py-napalm-ios/distinfo
new file mode 100644
index 0000000000..2907e939b6
--- /dev/null
+++ b/py-napalm-ios/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (napalm-ios-0.6.2.tar.gz) = 36dd8ebf269d7036d3a4efdc37cc2da513d682be
+RMD160 (napalm-ios-0.6.2.tar.gz) = eb5b542b9b0f571e202a02f6b83295c3a9574890
+SHA512 (napalm-ios-0.6.2.tar.gz) = 4a5592f94adfff943ef08f41b5fee3a813f750a5bfada07ec47617586d0a397d4967ac98309c309d94072b9493f683b850ef1bb653ed59940e115072ea27f2cb
+Size (napalm-ios-0.6.2.tar.gz) = 59402 bytes


Home | Main Index | Thread Index | Old Index