pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-rebulk Import py-rebulk-0.8.2 as textproc/...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d184c82dec5e
branches: trunk
changeset: 361093:d184c82dec5e
user: leot <leot%pkgsrc.org@localhost>
date: Fri Apr 14 14:09:08 2017 +0000
description:
Import py-rebulk-0.8.2 as textproc/py-rebulk
ReBulk is a python library that performs advanced searches in strings that
would be hard to implement using re module or String methods only.
It includes some features like Patterns, Match, Rule that allows
developers to build a custom and complex string matcher using a readable
and extendable API.
diffstat:
textproc/py-rebulk/DESCR | 6 ++
textproc/py-rebulk/Makefile | 18 +++++++
textproc/py-rebulk/PLIST | 100 ++++++++++++++++++++++++++++++++++++++++++++
textproc/py-rebulk/distinfo | 6 ++
4 files changed, 130 insertions(+), 0 deletions(-)
diffs (146 lines):
diff -r 2c5f8cb60270 -r d184c82dec5e textproc/py-rebulk/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-rebulk/DESCR Fri Apr 14 14:09:08 2017 +0000
@@ -0,0 +1,6 @@
+ReBulk is a python library that performs advanced searches in strings that
+would be hard to implement using re module or String methods only.
+
+It includes some features like Patterns, Match, Rule that allows
+developers to build a custom and complex string matcher using a readable
+and extendable API.
diff -r 2c5f8cb60270 -r d184c82dec5e textproc/py-rebulk/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-rebulk/Makefile Fri Apr 14 14:09:08 2017 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/04/14 14:09:08 leot Exp $
+
+DISTNAME= rebulk-0.8.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_PYPI:=r/rebulk/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/Toilal/rebulk
+COMMENT= Performs advanced searches in strings
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2c5f8cb60270 -r d184c82dec5e textproc/py-rebulk/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-rebulk/PLIST Fri Apr 14 14:09:08 2017 +0000
@@ -0,0 +1,100 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/14 14:09:08 leot Exp $
+${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}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/rebulk/__init__.py
+${PYSITELIB}/rebulk/__init__.pyc
+${PYSITELIB}/rebulk/__init__.pyo
+${PYSITELIB}/rebulk/__version__.py
+${PYSITELIB}/rebulk/__version__.pyc
+${PYSITELIB}/rebulk/__version__.pyo
+${PYSITELIB}/rebulk/chain.py
+${PYSITELIB}/rebulk/chain.pyc
+${PYSITELIB}/rebulk/chain.pyo
+${PYSITELIB}/rebulk/debug.py
+${PYSITELIB}/rebulk/debug.pyc
+${PYSITELIB}/rebulk/debug.pyo
+${PYSITELIB}/rebulk/formatters.py
+${PYSITELIB}/rebulk/formatters.pyc
+${PYSITELIB}/rebulk/formatters.pyo
+${PYSITELIB}/rebulk/introspector.py
+${PYSITELIB}/rebulk/introspector.pyc
+${PYSITELIB}/rebulk/introspector.pyo
+${PYSITELIB}/rebulk/loose.py
+${PYSITELIB}/rebulk/loose.pyc
+${PYSITELIB}/rebulk/loose.pyo
+${PYSITELIB}/rebulk/match.py
+${PYSITELIB}/rebulk/match.pyc
+${PYSITELIB}/rebulk/match.pyo
+${PYSITELIB}/rebulk/pattern.py
+${PYSITELIB}/rebulk/pattern.pyc
+${PYSITELIB}/rebulk/pattern.pyo
+${PYSITELIB}/rebulk/processors.py
+${PYSITELIB}/rebulk/processors.pyc
+${PYSITELIB}/rebulk/processors.pyo
+${PYSITELIB}/rebulk/rebulk.py
+${PYSITELIB}/rebulk/rebulk.pyc
+${PYSITELIB}/rebulk/rebulk.pyo
+${PYSITELIB}/rebulk/remodule.py
+${PYSITELIB}/rebulk/remodule.pyc
+${PYSITELIB}/rebulk/remodule.pyo
+${PYSITELIB}/rebulk/rules.py
+${PYSITELIB}/rebulk/rules.pyc
+${PYSITELIB}/rebulk/rules.pyo
+${PYSITELIB}/rebulk/test/__init__.py
+${PYSITELIB}/rebulk/test/__init__.pyc
+${PYSITELIB}/rebulk/test/__init__.pyo
+${PYSITELIB}/rebulk/test/default_rules_module.py
+${PYSITELIB}/rebulk/test/default_rules_module.pyc
+${PYSITELIB}/rebulk/test/default_rules_module.pyo
+${PYSITELIB}/rebulk/test/rebulk_rules_module.py
+${PYSITELIB}/rebulk/test/rebulk_rules_module.pyc
+${PYSITELIB}/rebulk/test/rebulk_rules_module.pyo
+${PYSITELIB}/rebulk/test/rules_module.py
+${PYSITELIB}/rebulk/test/rules_module.pyc
+${PYSITELIB}/rebulk/test/rules_module.pyo
+${PYSITELIB}/rebulk/test/test_chain.py
+${PYSITELIB}/rebulk/test/test_chain.pyc
+${PYSITELIB}/rebulk/test/test_chain.pyo
+${PYSITELIB}/rebulk/test/test_debug.py
+${PYSITELIB}/rebulk/test/test_debug.pyc
+${PYSITELIB}/rebulk/test/test_debug.pyo
+${PYSITELIB}/rebulk/test/test_introspector.py
+${PYSITELIB}/rebulk/test/test_introspector.pyc
+${PYSITELIB}/rebulk/test/test_introspector.pyo
+${PYSITELIB}/rebulk/test/test_loose.py
+${PYSITELIB}/rebulk/test/test_loose.pyc
+${PYSITELIB}/rebulk/test/test_loose.pyo
+${PYSITELIB}/rebulk/test/test_match.py
+${PYSITELIB}/rebulk/test/test_match.pyc
+${PYSITELIB}/rebulk/test/test_match.pyo
+${PYSITELIB}/rebulk/test/test_pattern.py
+${PYSITELIB}/rebulk/test/test_pattern.pyc
+${PYSITELIB}/rebulk/test/test_pattern.pyo
+${PYSITELIB}/rebulk/test/test_processors.py
+${PYSITELIB}/rebulk/test/test_processors.pyc
+${PYSITELIB}/rebulk/test/test_processors.pyo
+${PYSITELIB}/rebulk/test/test_rebulk.py
+${PYSITELIB}/rebulk/test/test_rebulk.pyc
+${PYSITELIB}/rebulk/test/test_rebulk.pyo
+${PYSITELIB}/rebulk/test/test_rules.py
+${PYSITELIB}/rebulk/test/test_rules.pyc
+${PYSITELIB}/rebulk/test/test_rules.pyo
+${PYSITELIB}/rebulk/test/test_toposort.py
+${PYSITELIB}/rebulk/test/test_toposort.pyc
+${PYSITELIB}/rebulk/test/test_toposort.pyo
+${PYSITELIB}/rebulk/test/test_validators.py
+${PYSITELIB}/rebulk/test/test_validators.pyc
+${PYSITELIB}/rebulk/test/test_validators.pyo
+${PYSITELIB}/rebulk/toposort.py
+${PYSITELIB}/rebulk/toposort.pyc
+${PYSITELIB}/rebulk/toposort.pyo
+${PYSITELIB}/rebulk/utils.py
+${PYSITELIB}/rebulk/utils.pyc
+${PYSITELIB}/rebulk/utils.pyo
+${PYSITELIB}/rebulk/validators.py
+${PYSITELIB}/rebulk/validators.pyc
+${PYSITELIB}/rebulk/validators.pyo
diff -r 2c5f8cb60270 -r d184c82dec5e textproc/py-rebulk/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-rebulk/distinfo Fri Apr 14 14:09:08 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/14 14:09:08 leot Exp $
+
+SHA1 (rebulk-0.8.2.tar.gz) = 16ebc851fe3295fd1b5fefeeaf03feab65ef9d53
+RMD160 (rebulk-0.8.2.tar.gz) = 6f07876bc00141a16a9983ae2041e382497e795b
+SHA512 (rebulk-0.8.2.tar.gz) = 7abbeb1974102db4846759de6c797b9fb0b81a6ffe573d8a7590342da8ed5b4c006258407540be8563d51fb36ac2a148132e879586a200a923cfe93dcc715bee
+Size (rebulk-0.8.2.tar.gz) = 257147 bytes
Home |
Main Index |
Thread Index |
Old Index