pkgsrc-WIP-changes archive

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

Add py-jtextfsm version 0.3.0.



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

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

Log Message:
Add py-jtextfsm version 0.3.0.

Python module which implements a template based state machine for
parsing semi-formatted text. Originally developed to allow programmatic
access to information returned from the command line interface
(CLI) of networking devices.

This is a fork of https://code.google.com/p/textfsm which is
Python v3 compatible.

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

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

diffstat:
 py-jtextfsm/DESCR    |  4 ++++
 py-jtextfsm/Makefile | 17 +++++++++++++++++
 py-jtextfsm/PLIST    | 14 ++++++++++++++
 py-jtextfsm/distinfo |  6 ++++++
 4 files changed, 41 insertions(+)

diffs:
diff --git a/py-jtextfsm/DESCR b/py-jtextfsm/DESCR
new file mode 100644
index 0000000000..7c82b0b826
--- /dev/null
+++ b/py-jtextfsm/DESCR
@@ -0,0 +1,4 @@
+Python module which implements a template based state machine for
+parsing semi-formatted text. Originally developed to allow programmatic
+access to information returned from the command line interface
+(CLI) of networking devices.
diff --git a/py-jtextfsm/Makefile b/py-jtextfsm/Makefile
new file mode 100644
index 0000000000..80b429ee6b
--- /dev/null
+++ b/py-jtextfsm/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	textfsm-0.3.0
+PKGNAME=	${PYPKGPREFIX}-j${DISTNAME}
+CATEGORIES=	textproc
+MASTER_SITES=	${MASTER_SITE_GITHUB:=jonathanslenders/}
+GITHUB_PROJECT=	textfsm
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/napalm-automation/napalm-base/
+COMMENT=	Interact with different router vendors using unified API
+LICENSE=	apache-2.0
+
+#DEPENDS+=	${PYPKGPREFIX}-YAML-[0-9]*:../../wip/py-YAML
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-jtextfsm/PLIST b/py-jtextfsm/PLIST
new file mode 100644
index 0000000000..aa24cd68e1
--- /dev/null
+++ b/py-jtextfsm/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD$
+${PYSITELIB}/clitable.py
+${PYSITELIB}/clitable.pyc
+${PYSITELIB}/clitable.pyo
+${PYSITELIB}/copyable_regex_object.py
+${PYSITELIB}/copyable_regex_object.pyc
+${PYSITELIB}/copyable_regex_object.pyo
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/textfsm.py
+${PYSITELIB}/textfsm.pyc
+${PYSITELIB}/textfsm.pyo
+${PYSITELIB}/texttable.py
+${PYSITELIB}/texttable.pyc
+${PYSITELIB}/texttable.pyo
diff --git a/py-jtextfsm/distinfo b/py-jtextfsm/distinfo
new file mode 100644
index 0000000000..fc1bfeb2ed
--- /dev/null
+++ b/py-jtextfsm/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (textfsm-0.3.0.tar.gz) = c70c372c7a534ba90a032ee2e958e5bdf85c3c16
+RMD160 (textfsm-0.3.0.tar.gz) = cb4382f700a1073d679ab195419c48a553cea40f
+SHA512 (textfsm-0.3.0.tar.gz) = 757d98208ad56a1193cfb68cfa99197e09441bb80bd57bd2af17c0eb7383099f2becec6751278fdae5219b8ed990c48c14c1b7ad15623b032466920c52cae1ad
+Size (textfsm-0.3.0.tar.gz) = 40742 bytes


Home | Main Index | Thread Index | Old Index