pkgsrc-WIP-changes archive

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

pyIOSXR is a python library to help interact with Cisco devices running IOS-XR , in the spirit of pyEOS for Arista EOS devices and pyEZ for JUNOS devices.



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

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

Log Message:
pyIOSXR is a python library to help interact with Cisco devices
running IOS-XR, in the spirit of pyEOS for Arista EOS devices and
pyEZ for JUNOS devices.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e034b7770046ca630533c0753b8bd67d7ff4eab9

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

diffstat:
 py-IOSXR/DESCR    |  3 +++
 py-IOSXR/Makefile | 24 ++++++++++++++++++++++++
 py-IOSXR/PLIST    | 15 +++++++++++++++
 py-IOSXR/distinfo |  6 ++++++
 4 files changed, 48 insertions(+)

diffs:
diff --git a/py-IOSXR/DESCR b/py-IOSXR/DESCR
new file mode 100644
index 0000000..6417962
--- /dev/null
+++ b/py-IOSXR/DESCR
@@ -0,0 +1,3 @@
+In the spirit of pyEOS for Arista EOS devices and pyEZ for JUNOS
+devices, pyIOSXR is a python library to help interact with Cisco
+devices running IOS-XR.
diff --git a/py-IOSXR/Makefile b/py-IOSXR/Makefile
new file mode 100644
index 0000000..9c87af1
--- /dev/null
+++ b/py-IOSXR/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	py-IOSXR-0.12
+PKGNAME=	${DISTNAME:S/py-/${PYPKGPREFIX}-/}
+CATEGORIES=	net
+MASTER_SITES=	-https://github.com/fooelisa/pyiosxr/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
+EGG_NAME=	${DISTNAME:S/-//}
+
+WRKSRC=		${WRKDIR}/${DISTNAME:S/-//:tl}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/fooelisa/${PKGBASE}
+COMMENT=	Library for interacting with IOS-XR routers
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
+
+USE_LANGUAGES=	# none
+PLIST_SUBST+=	PYVERSUFFIX=${PYVERSUFFIX}
+PLIST_SUBST+=	PYPKGPREFIX=${PYPKGPREFIX}
+PYTHON_VERSIONS_ACCEPTED=	27 26
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-IOSXR/PLIST b/py-IOSXR/PLIST
new file mode 100644
index 0000000..94d2040
--- /dev/null
+++ b/py-IOSXR/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pyIOSXR/__init__.py
+${PYSITELIB}/pyIOSXR/__init__.pyc
+${PYSITELIB}/pyIOSXR/__init__.pyo
+${PYSITELIB}/pyIOSXR/exceptions.py
+${PYSITELIB}/pyIOSXR/exceptions.pyc
+${PYSITELIB}/pyIOSXR/exceptions.pyo
+${PYSITELIB}/pyIOSXR/iosxr.py
+${PYSITELIB}/pyIOSXR/iosxr.pyc
+${PYSITELIB}/pyIOSXR/iosxr.pyo
diff --git a/py-IOSXR/distinfo b/py-IOSXR/distinfo
new file mode 100644
index 0000000..79f3541
--- /dev/null
+++ b/py-IOSXR/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (py-IOSXR-0.12.tar.gz) = 5e33ef33d0352105ebb64ef94678314622e35b63
+RMD160 (py-IOSXR-0.12.tar.gz) = a067780417af2e8b3f801cf15e4f1cbbde62f212
+SHA512 (py-IOSXR-0.12.tar.gz) = 146626368f289a46e07a1bac99b45795a5d4124ef53536beaf9d751f7b34c6afdc31042dec705855323e9a5fc6ab9ec2140376177488a4a2e5e13f5c3345eacc
+Size (py-IOSXR-0.12.tar.gz) = 11450 bytes


Home | Main Index | Thread Index | Old Index