pkgsrc-WIP-changes archive

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

Add NAPALM JunOS module, version 0.6.6.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Mon May 22 14:54:39 2017 +0200
Changeset:	e12c51fd70e2e9b4eb2975cc21ee2c581c4a387d

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

Log Message:
Add NAPALM JunOS module, version 0.6.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=e12c51fd70e2e9b4eb2975cc21ee2c581c4a387d

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

diffstat:
 Makefile                 |  1 +
 py-napalm-junos/DESCR    |  9 +++++++++
 py-napalm-junos/Makefile | 18 ++++++++++++++++++
 py-napalm-junos/PLIST    | 34 ++++++++++++++++++++++++++++++++++
 py-napalm-junos/distinfo |  6 ++++++
 5 files changed, 68 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 0637aede49..cac19c2295 100644
--- a/Makefile
+++ b/Makefile
@@ -3294,6 +3294,7 @@ SUBDIR+=	py-naima
 SUBDIR+=	py-namedlist
 SUBDIR+=	py-napalm
 SUBDIR+=	py-napalm-base
+SUBDIR+=	py-napalm-junos
 SUBDIR+=	py-ncomb
 SUBDIR+=	py-ncpol2sdpa
 SUBDIR+=	py-neo
diff --git a/py-napalm-junos/DESCR b/py-napalm-junos/DESCR
new file mode 100644
index 0000000000..228a0f7a9a
--- /dev/null
+++ b/py-napalm-junos/DESCR
@@ -0,0 +1,9 @@
+NAPALM JunOS module.
+
+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-junos/Makefile b/py-napalm-junos/Makefile
new file mode 100644
index 0000000000..3ffa4f4077
--- /dev/null
+++ b/py-napalm-junos/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	napalm-junos-0.6.6
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=napalm-automation/}
+GITHUB_PROJECT=	napalm-junos
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/napalm-automation/napalm-junos/
+COMMENT=	NAPALM module for JunOS
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-junos-eznc-[0-9]*:../../net/py-junos-eznc
+DEPENDS+=	${PYPKGPREFIX}-napalm-base>=0.23.0:../../wip/py-napalm-base
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-napalm-junos/PLIST b/py-napalm-junos/PLIST
new file mode 100644
index 0000000000..6281f7338c
--- /dev/null
+++ b/py-napalm-junos/PLIST
@@ -0,0 +1,34 @@
+@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_junos/__init__.py
+${PYSITELIB}/napalm_junos/__init__.pyc
+${PYSITELIB}/napalm_junos/__init__.pyo
+${PYSITELIB}/napalm_junos/constants.py
+${PYSITELIB}/napalm_junos/constants.pyc
+${PYSITELIB}/napalm_junos/constants.pyo
+${PYSITELIB}/napalm_junos/junos.py
+${PYSITELIB}/napalm_junos/junos.pyc
+${PYSITELIB}/napalm_junos/junos.pyo
+${PYSITELIB}/napalm_junos/templates/delete_ntp_peers.j2
+${PYSITELIB}/napalm_junos/templates/delete_ntp_servers.j2
+${PYSITELIB}/napalm_junos/templates/delete_probes.j2
+${PYSITELIB}/napalm_junos/templates/delete_snmp_config.j2
+${PYSITELIB}/napalm_junos/templates/delete_users.j2
+${PYSITELIB}/napalm_junos/templates/schedule_probes.j2
+${PYSITELIB}/napalm_junos/templates/set_hostname.j2
+${PYSITELIB}/napalm_junos/templates/set_ntp_peers.j2
+${PYSITELIB}/napalm_junos/templates/set_ntp_servers.j2
+${PYSITELIB}/napalm_junos/templates/set_probes.j2
+${PYSITELIB}/napalm_junos/templates/set_users.j2
+${PYSITELIB}/napalm_junos/templates/snmp_config.j2
+${PYSITELIB}/napalm_junos/utils/__init__.py
+${PYSITELIB}/napalm_junos/utils/__init__.pyc
+${PYSITELIB}/napalm_junos/utils/__init__.pyo
+${PYSITELIB}/napalm_junos/utils/junos_views.py
+${PYSITELIB}/napalm_junos/utils/junos_views.pyc
+${PYSITELIB}/napalm_junos/utils/junos_views.pyo
+${PYSITELIB}/napalm_junos/utils/junos_views.yml
diff --git a/py-napalm-junos/distinfo b/py-napalm-junos/distinfo
new file mode 100644
index 0000000000..f9944f291a
--- /dev/null
+++ b/py-napalm-junos/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (napalm-junos-0.6.6.tar.gz) = 7014559cc37ce4ba4694edc7fb52cf8ea81492b0
+RMD160 (napalm-junos-0.6.6.tar.gz) = c2060c0e39f021a66704bc86c820d55d905af211
+SHA512 (napalm-junos-0.6.6.tar.gz) = cfeb8975166c180e70e439b6ebb0eae23c1d217efe368820f48fa17e81cc46780f6c6f4d183bfa7b2fb95524407d55d2a91431d94c9474bdec3e90880d8ca89f
+Size (napalm-junos-0.6.6.tar.gz) = 160647 bytes


Home | Main Index | Thread Index | Old Index