pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-rebulk: Import py-rebulk-0.8.2 as wip/py-rebulk
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun Feb 12 14:01:35 2017 +0100
Changeset: e21b804ff5ee8a871b317c49c5e61c09d5144254
Modified Files:
Makefile
Added Files:
py-rebulk/DESCR
py-rebulk/Makefile
py-rebulk/PLIST
py-rebulk/distinfo
Log Message:
py-rebulk: Import py-rebulk-0.8.2 as wip/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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e21b804ff5ee8a871b317c49c5e61c09d5144254
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-rebulk/DESCR | 6 ++++
py-rebulk/Makefile | 18 ++++++++++
py-rebulk/PLIST | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++
py-rebulk/distinfo | 6 ++++
5 files changed, 131 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 1151a0cad4..68bc30e958 100644
--- a/Makefile
+++ b/Makefile
@@ -3404,6 +3404,7 @@ SUBDIR+= py-rdflib-django
SUBDIR+= py-rdopkg
SUBDIR+= py-rdoupdate
SUBDIR+= py-rebound
+SUBDIR+= py-rebulk
SUBDIR+= py-recluse
SUBDIR+= py-recommonmark
SUBDIR+= py-redbaron
diff --git a/py-rebulk/DESCR b/py-rebulk/DESCR
new file mode 100644
index 0000000000..ed7b91ced9
--- /dev/null
+++ b/py-rebulk/DESCR
@@ -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 --git a/py-rebulk/Makefile b/py-rebulk/Makefile
new file mode 100644
index 0000000000..77f262442a
--- /dev/null
+++ b/py-rebulk/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+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 --git a/py-rebulk/PLIST b/py-rebulk/PLIST
new file mode 100644
index 0000000000..3a6b147ecd
--- /dev/null
+++ b/py-rebulk/PLIST
@@ -0,0 +1,100 @@
+@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}/${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 --git a/py-rebulk/distinfo b/py-rebulk/distinfo
new file mode 100644
index 0000000000..9f4ed8c433
--- /dev/null
+++ b/py-rebulk/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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