aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2021-04-21 20:18:09 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-02 17:21:02 +0700
commit5ce3f8f098931ce1fc14a7d19c874905b365b6f0 (patch)
tree2b9584a9e64fbc189e81c0409c37ebb8db8c03e8
parentfaabd1ceb90cd1ee3edff3a17f35914d086f546b (diff)
python/python-webencodings: Removed Python 2 support.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python-webencodings/python-webencodings.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/python-webencodings/python-webencodings.SlackBuild b/python/python-webencodings/python-webencodings.SlackBuild
index a07d9cb7d8c0..3228d084257f 100644
--- a/python/python-webencodings/python-webencodings.SlackBuild
+++ b/python/python-webencodings/python-webencodings.SlackBuild
@@ -2,7 +2,7 @@
#
# SlackBuild for python-webencodings
#
-# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
@@ -68,7 +68,6 @@ 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 {} \;
-python2 setup.py install --root=$PKG
python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \