pkgsrc-WIP-changes archive

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

Update py-IOSXR to version 0.41.



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

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

Log Message:
Update py-IOSXR to version 0.41.

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

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

diffstat:
 py-IOSXR/Makefile | 23 +++++++++++++++++++++++
 py-IOSXR/distinfo |  6 ++++++
 2 files changed, 29 insertions(+)

diffs:
diff --git a/py-IOSXR/Makefile b/py-IOSXR/Makefile
new file mode 100644
index 0000000000..76e5d300c9
--- /dev/null
+++ b/py-IOSXR/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	py-IOSXR-0.41
+PKGNAME=	${DISTNAME:S/py-/${PYPKGPREFIX}-/}
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=fooelisa/}
+GITHUB_PROJECT=	pyIOSXR
+EGG_NAME=	${DISTNAME:S/-//}
+
+WRKSRC=		${WRKDIR}/${DISTNAME:S/-//:tl}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/fooelisa/pyiosxr
+COMMENT=	Library for interacting with IOS-XR routers
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-netmiko>=0.5.2:../../wip/py-netmiko
+DEPENDS+=	${PYPKGPREFIX}-lxml>=3.2.4:../../textproc/py-lxml
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-IOSXR/distinfo b/py-IOSXR/distinfo
new file mode 100644
index 0000000000..22437c2c14
--- /dev/null
+++ b/py-IOSXR/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (py-IOSXR-0.41.tar.gz) = aa7025bfe41508ce708145523f803263544198c2
+RMD160 (py-IOSXR-0.41.tar.gz) = b9f6e2a6dfa7531ea19dc8b527d720d7b43ae30c
+SHA512 (py-IOSXR-0.41.tar.gz) = ee7f782f648b4393c1e46d749ce97382fe1ddc8bfdba3440b4c3e20743d18ddac845dd42319c3dccc210b6044f750623eb375f97b9cfa377ce8256195bcb5e1f
+Size (py-IOSXR-0.41.tar.gz) = 26717 bytes


Home | Main Index | Thread Index | Old Index