summaryrefslogtreecommitdiffstats
path: root/python/python-PySnooper
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2021-04-21 20:19:28 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-02 17:21:02 +0700
commit52e872a1c22ee0142a09aa4e80be2de08c4ae3af (patch)
tree2f4cae8bea0474baabf11e8d9eac91a770780249 /python/python-PySnooper
parent5ce3f8f098931ce1fc14a7d19c874905b365b6f0 (diff)
downloadslackbuilds-52e872a1c22ee0142a09aa4e80be2de08c4ae3af.tar.gz
slackbuilds-52e872a1c22ee0142a09aa4e80be2de08c4ae3af.tar.xz
python/python-PySnooper: Removed Python 2 support.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-PySnooper')
-rw-r--r--python/python-PySnooper/python-PySnooper.SlackBuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/python-PySnooper/python-PySnooper.SlackBuild b/python/python-PySnooper/python-PySnooper.SlackBuild
index 793312717b..b82937c2a3 100644
--- a/python/python-PySnooper/python-PySnooper.SlackBuild
+++ b/python/python-PySnooper/python-PySnooper.SlackBuild
@@ -71,7 +71,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 \