summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dave Woodfall2021-05-06 18:11:23 +0200
committer Willy Sudiarto Raharjo2021-05-07 20:41:50 +0200
commit808e01270959e221d918d856064129e2aa2f1f69 (patch)
tree8e2fb60905c4d4d803c933336c627df4c45e755a
parent3e67a6714341deac3568c5a924d7f07f7e5d4cd7 (diff)
downloadslackbuilds-808e01270959e221d918d856064129e2aa2f1f69.tar.gz
python/python-requestbuilder: Renamed python2-requestbuilder.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python-requestbuilder/slack-desc19
-rw-r--r--python/python2-requestbuilder/README (renamed from python/python-requestbuilder/README)0
-rw-r--r--python/python2-requestbuilder/python2-requestbuilder.SlackBuild (renamed from python/python-requestbuilder/python-requestbuilder.SlackBuild)4
-rw-r--r--python/python2-requestbuilder/python2-requestbuilder.info (renamed from python/python-requestbuilder/python-requestbuilder.info)2
-rw-r--r--python/python2-requestbuilder/slack-desc19
5 files changed, 22 insertions, 22 deletions
diff --git a/python/python-requestbuilder/slack-desc b/python/python-requestbuilder/slack-desc
deleted file mode 100644
index 4fe6ce7f2c..0000000000
--- a/python/python-requestbuilder/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-requestbuilder: python-requestbuilder (Command line-driven HTTP request builder)
-python-requestbuilder:
-python-requestbuilder: python-requestbuilder is a command line-driven HTTP request builder.
-python-requestbuilder:
-python-requestbuilder: Home page:
-python-requestbuilder: https://github.com/boto/requestbuilder
-python-requestbuilder:
-python-requestbuilder:
-python-requestbuilder:
-python-requestbuilder:
-python-requestbuilder:
diff --git a/python/python-requestbuilder/README b/python/python2-requestbuilder/README
index 0099110fe9..0099110fe9 100644
--- a/python/python-requestbuilder/README
+++ b/python/python2-requestbuilder/README
diff --git a/python/python-requestbuilder/python-requestbuilder.SlackBuild b/python/python2-requestbuilder/python2-requestbuilder.SlackBuild
index 3d831e4c1f..eb1bef295d 100644
--- a/python/python-requestbuilder/python-requestbuilder.SlackBuild
+++ b/python/python2-requestbuilder/python2-requestbuilder.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SRCNAM=requestbuilder
-PRGNAM=python-requestbuilder
+PRGNAM=python2-requestbuilder
VERSION=${VERSION:-0.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -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-requestbuilder/python-requestbuilder.info b/python/python2-requestbuilder/python2-requestbuilder.info
index 565cad1c5b..c2d138e465 100644
--- a/python/python-requestbuilder/python-requestbuilder.info
+++ b/python/python2-requestbuilder/python2-requestbuilder.info
@@ -1,4 +1,4 @@
-PRGNAM="python-requestbuilder"
+PRGNAM="python2-requestbuilder"
VERSION="0.7.1"
HOMEPAGE="https://github.com/boto/requestbuilder"
DOWNLOAD="https://github.com/boto/requestbuilder/archive/v0.7.1/requestbuilder-0.7.1.tar.gz"
diff --git a/python/python2-requestbuilder/slack-desc b/python/python2-requestbuilder/slack-desc
new file mode 100644
index 0000000000..7d0c69735c
--- /dev/null
+++ b/python/python2-requestbuilder/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-requestbuilder: python2-requestbuilder (Command line-driven HTTP request builder)
+python2-requestbuilder:
+python2-requestbuilder: python2-requestbuilder is a command line-driven HTTP request builder.
+python2-requestbuilder:
+python2-requestbuilder: Home page:
+python2-requestbuilder: https://github.com/boto/requestbuilder
+python2-requestbuilder:
+python2-requestbuilder:
+python2-requestbuilder:
+python2-requestbuilder:
+python2-requestbuilder: