pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-rebulk: delete, imported in pkgsrc as textproc/py-rebulk
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Fri Apr 14 16:24:39 2017 +0200
Changeset: d071a15217da4c1e90e6c484f2fdb404a3246e0b
Modified Files:
Makefile
Removed Files:
py-rebulk/DESCR
py-rebulk/Makefile
py-rebulk/PLIST
py-rebulk/distinfo
Log Message:
py-rebulk: delete, imported in pkgsrc as textproc/py-rebulk
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d071a15217da4c1e90e6c484f2fdb404a3246e0b
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 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 69fc331f51..fc6cca8d60 100644
--- a/Makefile
+++ b/Makefile
@@ -3433,7 +3433,6 @@ SUBDIR+= py-rdflib340
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
deleted file mode 100644
index ed7b91ced9..0000000000
--- a/py-rebulk/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-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
deleted file mode 100644
index 77f262442a..0000000000
--- a/py-rebulk/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $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
deleted file mode 100644
index 3a6b147ecd..0000000000
--- a/py-rebulk/PLIST
+++ /dev/null
@@ -1,100 +0,0 @@
-@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
deleted file mode 100644
index 9f4ed8c433..0000000000
--- a/py-rebulk/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$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