summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dave Woodfall2021-05-03 07:50:14 +0200
committer Robby Workman2021-05-03 08:49:57 +0200
commit1703d6ef845afeb1cc921e7062541502a624ccaf (patch)
treeb8a825532103f1c1efa686be9bdd6aeb1b453ba5 /python
parentcd9dfdc586c9b1d35c5e9b2990febfc13dae4880 (diff)
downloadslackbuilds-1703d6ef845afeb1cc921e7062541502a624ccaf.tar.gz
python/python-esmre: Renamed python2-esmre.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python-esmre/slack-desc19
-rw-r--r--python/python2-esmre/README (renamed from python/python-esmre/README)0
-rw-r--r--python/python2-esmre/python2-esmre.SlackBuild (renamed from python/python-esmre/python-esmre.SlackBuild)4
-rw-r--r--python/python2-esmre/python2-esmre.info (renamed from python/python-esmre/python-esmre.info)2
-rw-r--r--python/python2-esmre/slack-desc19
5 files changed, 22 insertions, 22 deletions
diff --git a/python/python-esmre/slack-desc b/python/python-esmre/slack-desc
deleted file mode 100644
index 6acfc44460..0000000000
--- a/python/python-esmre/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-python-esmre: python-esmre (Regular expression accelerator)
-python-esmre:
-python-esmre: Modules used to accelerate execution of a large collection
-python-esmre: of regular expressions using the Aho-Corasick algorithms.
-python-esmre:
-python-esmre: Home page: https://code.google.com/p/esmre/
-python-esmre:
-python-esmre:
-python-esmre:
-python-esmre:
-python-esmre:
diff --git a/python/python-esmre/README b/python/python2-esmre/README
index 354017ebc2..354017ebc2 100644
--- a/python/python-esmre/README
+++ b/python/python2-esmre/README
diff --git a/python/python-esmre/python-esmre.SlackBuild b/python/python2-esmre/python2-esmre.SlackBuild
index a59154f258..3389ce32da 100644
--- a/python/python-esmre/python-esmre.SlackBuild
+++ b/python/python2-esmre/python2-esmre.SlackBuild
@@ -22,7 +22,7 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-PRGNAM=python-esmre
+PRGNAM=python2-esmre
SRCNAM=esmre
VERSION=${VERSION:-0.3.1}
BUILD=${BUILD:-1}
@@ -70,7 +70,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python setup.py install --root=$PKG
+python2 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/python/python-esmre/python-esmre.info b/python/python2-esmre/python2-esmre.info
index f020a3071b..1822e57291 100644
--- a/python/python-esmre/python-esmre.info
+++ b/python/python2-esmre/python2-esmre.info
@@ -1,4 +1,4 @@
-PRGNAM="python-esmre"
+PRGNAM="python2-esmre"
VERSION="0.3.1"
HOMEPAGE="https://pypi.python.org/pypi/esmre/0.3.1"
DOWNLOAD="https://pypi.python.org/packages/source/e/esmre/esmre-0.3.1.tar.gz"
diff --git a/python/python2-esmre/slack-desc b/python/python2-esmre/slack-desc
new file mode 100644
index 0000000000..711a175125
--- /dev/null
+++ b/python/python2-esmre/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python2-esmre: python2-esmre (Regular expression accelerator)
+python2-esmre:
+python2-esmre: Modules used to accelerate execution of a large collection
+python2-esmre: of regular expressions using the Aho-Corasick algorithms.
+python2-esmre:
+python2-esmre: Home page: https://code.google.com/p/esmre/
+python2-esmre:
+python2-esmre:
+python2-esmre:
+python2-esmre:
+python2-esmre: