pkgsrc-WIP-changes archive

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

Add py-napalm, version 0.51.0.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Wed Feb 24 11:43:08 2016 +0100
Changeset:	1ee4e5f270bc002debf7a4b470882fbf17f69d04

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

Log Message:
Add py-napalm, version 0.51.0.

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=1ee4e5f270bc002debf7a4b470882fbf17f69d04

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

diffstat:
 py-napalm/DESCR    |  7 +++++++
 py-napalm/Makefile | 30 ++++++++++++++++++++++++++++++
 py-napalm/PLIST    | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-napalm/distinfo |  6 ++++++
 4 files changed, 96 insertions(+)

diffs:
diff --git a/py-napalm/DESCR b/py-napalm/DESCR
new file mode 100644
index 0000000..78adf31
--- /dev/null
+++ b/py-napalm/DESCR
@@ -0,0 +1,7 @@
+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/Makefile b/py-napalm/Makefile
new file mode 100644
index 0000000..ea4c401
--- /dev/null
+++ b/py-napalm/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+DISTNAME=	napalm-0.51.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	net
+MASTER_SITES=	-https://github.com/napalm-automation/napalm/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/napalm-automation/napalm/
+COMMENT=	Interact with different router vendors using unified API
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-netmiko-[0-9]*:../../wip/py-netmiko
+DEPENDS+=	${PYPKGPREFIX}-IOSXR-[0-9]*:../../wip/py-IOSXR
+DEPENDS+=	${PYPKGPREFIX}-junos-eznc-[0-9]*:../../net/py-junos-eznc
+DEPENDS+=	${PYPKGPREFIX}-ncclient-[0-9]*:../../net/py-ncclient
+
+# Not yet packaged, this may depend on:
+# pyeapi	Library for Arista's eAPI command API implementation
+# pyFG		API for FortiOS or how to turn FortiOS into JunOS
+# pycsco	Library for working with Cisco NX-OS switches
+# bnclient	Blade Network Technologies Netconf Python Client
+
+USE_LANGUAGES=	# none
+PLIST_SUBST+=	PYVERSUFFIX=${PYVERSUFFIX}
+PLIST_SUBST+=	PYPKGPREFIX=${PYPKGPREFIX}
+PYTHON_VERSIONS_ACCEPTED=	35 34 33 27 26
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-napalm/PLIST b/py-napalm/PLIST
new file mode 100644
index 0000000..8528727
--- /dev/null
+++ b/py-napalm/PLIST
@@ -0,0 +1,53 @@
+@comment $NetBSD$
+bin/cl_napalm_configure
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/napalm/__init__.py
+${PYSITELIB}/napalm/__init__.pyc
+${PYSITELIB}/napalm/__init__.pyo
+${PYSITELIB}/napalm/base.py
+${PYSITELIB}/napalm/base.pyc
+${PYSITELIB}/napalm/base.pyo
+${PYSITELIB}/napalm/clitools/__init__.py
+${PYSITELIB}/napalm/clitools/__init__.pyc
+${PYSITELIB}/napalm/clitools/__init__.pyo
+${PYSITELIB}/napalm/clitools/cl_napalm_configure.py
+${PYSITELIB}/napalm/clitools/cl_napalm_configure.pyc
+${PYSITELIB}/napalm/clitools/cl_napalm_configure.pyo
+${PYSITELIB}/napalm/eos.py
+${PYSITELIB}/napalm/eos.pyc
+${PYSITELIB}/napalm/eos.pyo
+${PYSITELIB}/napalm/exceptions.py
+${PYSITELIB}/napalm/exceptions.pyc
+${PYSITELIB}/napalm/exceptions.pyo
+${PYSITELIB}/napalm/fortios.py
+${PYSITELIB}/napalm/fortios.pyc
+${PYSITELIB}/napalm/fortios.pyo
+${PYSITELIB}/napalm/ibm.py
+${PYSITELIB}/napalm/ibm.pyc
+${PYSITELIB}/napalm/ibm.pyo
+${PYSITELIB}/napalm/ios.py
+${PYSITELIB}/napalm/ios.pyc
+${PYSITELIB}/napalm/ios.pyo
+${PYSITELIB}/napalm/iosxr.py
+${PYSITELIB}/napalm/iosxr.pyc
+${PYSITELIB}/napalm/iosxr.pyo
+${PYSITELIB}/napalm/junos.py
+${PYSITELIB}/napalm/junos.pyc
+${PYSITELIB}/napalm/junos.pyo
+${PYSITELIB}/napalm/nxos.py
+${PYSITELIB}/napalm/nxos.pyc
+${PYSITELIB}/napalm/nxos.pyo
+${PYSITELIB}/napalm/utils/__init__.py
+${PYSITELIB}/napalm/utils/__init__.pyc
+${PYSITELIB}/napalm/utils/__init__.pyo
+${PYSITELIB}/napalm/utils/junos_views.py
+${PYSITELIB}/napalm/utils/junos_views.pyc
+${PYSITELIB}/napalm/utils/junos_views.pyo
+${PYSITELIB}/napalm/utils/string_parsers.py
+${PYSITELIB}/napalm/utils/string_parsers.pyc
+${PYSITELIB}/napalm/utils/string_parsers.pyo
diff --git a/py-napalm/distinfo b/py-napalm/distinfo
new file mode 100644
index 0000000..38c091c
--- /dev/null
+++ b/py-napalm/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (napalm-0.51.0.tar.gz) = 0e6d1737799aa705d6d62e74ebe3c879196b5c73
+RMD160 (napalm-0.51.0.tar.gz) = d77028e76ed653304fca19cfea444b971b320943
+SHA512 (napalm-0.51.0.tar.gz) = 99d749a50ee7d09c1a0de994055d86fd5f9603daa14fd73c847ffe9dc6ed8315d27758c16cb22a8d8dfcc031d80f24e41b0870b1b52d60530df167677661cd56
+Size (napalm-0.51.0.tar.gz) = 292674 bytes


Home | Main Index | Thread Index | Old Index