summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dave Woodfall2021-05-14 22:34:43 +0200
committer Willy Sudiarto Raharjo2021-05-19 13:40:03 +0200
commit8497c5289f4ea035e85f13e0a74bf5671ae5633c (patch)
tree9c8a3d533ddee6fcc6e074431efe560a5ccf1614
parent7adffca4f2e5bc28f6050ce84ac0a833092e36f7 (diff)
downloadslackbuilds-8497c5289f4ea035e85f13e0a74bf5671ae5633c.tar.gz
python/python-soupsieve: Renamed python2-soupsieve.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python-soupsieve/slack-desc19
-rw-r--r--python/python2-soupsieve/README (renamed from python/python-soupsieve/README)0
-rw-r--r--python/python2-soupsieve/python2-soupsieve.SlackBuild (renamed from python/python-soupsieve/python-soupsieve.SlackBuild)4
-rw-r--r--python/python2-soupsieve/python2-soupsieve.info (renamed from python/python-soupsieve/python-soupsieve.info)2
-rw-r--r--python/python2-soupsieve/slack-desc19
5 files changed, 22 insertions, 22 deletions
diff --git a/python/python-soupsieve/slack-desc b/python/python-soupsieve/slack-desc
deleted file mode 100644
index 163319d4d7..0000000000
--- a/python/python-soupsieve/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-soupsieve: python-soupsieve (A CSS selector implementation for BeautifulSoup)
-python-soupsieve:
-python-soupsieve: Soup Sieve is a CSS selector library designed to be used with
-python-soupsieve: Beautiful Soup 4. It aims to provide selecting, matching, and
-python-soupsieve: filtering using modern CSS selectors.
-python-soupsieve:
-python-soupsieve:
-python-soupsieve:
-python-soupsieve:
-python-soupsieve:
-python-soupsieve:
diff --git a/python/python-soupsieve/README b/python/python2-soupsieve/README
index d20543c236..d20543c236 100644
--- a/python/python-soupsieve/README
+++ b/python/python2-soupsieve/README
diff --git a/python/python-soupsieve/python-soupsieve.SlackBuild b/python/python2-soupsieve/python2-soupsieve.SlackBuild
index 3d1972f4c3..bb2779b11c 100644
--- a/python/python-soupsieve/python-soupsieve.SlackBuild
+++ b/python/python2-soupsieve/python2-soupsieve.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-soupsieve
+PRGNAM=python2-soupsieve
VERSION=${VERSION:-1.9.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,7 +71,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-soupsieve/python-soupsieve.info b/python/python2-soupsieve/python2-soupsieve.info
index e397f6dd65..8eccd43dcb 100644
--- a/python/python-soupsieve/python-soupsieve.info
+++ b/python/python2-soupsieve/python2-soupsieve.info
@@ -1,4 +1,4 @@
-PRGNAM="python-soupsieve"
+PRGNAM="python2-soupsieve"
VERSION="1.9.6"
HOMEPAGE="https://github.com/facelessuser/soupsieve"
DOWNLOAD="https://github.com/facelessuser/soupsieve/archive/1.9.6/soupsieve-1.9.6.tar.gz"
diff --git a/python/python2-soupsieve/slack-desc b/python/python2-soupsieve/slack-desc
new file mode 100644
index 0000000000..8c78a5d53d
--- /dev/null
+++ b/python/python2-soupsieve/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-soupsieve: python2-soupsieve (A CSS selector implementation for BeautifulSoup)
+python2-soupsieve:
+python2-soupsieve: Soup Sieve is a CSS selector library designed to be used with
+python2-soupsieve: Beautiful Soup 4. It aims to provide selecting, matching, and
+python2-soupsieve: filtering using modern CSS selectors.
+python2-soupsieve:
+python2-soupsieve:
+python2-soupsieve:
+python2-soupsieve:
+python2-soupsieve:
+python2-soupsieve: