From 5ce3f8f098931ce1fc14a7d19c874905b365b6f0 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Wed, 21 Apr 2021 20:18:09 +0200 Subject: python/python-webencodings: Removed Python 2 support. Signed-off-by: Benjamin Trigona-Harany Signed-off-by: Willy Sudiarto Raharjo --- python/python-webencodings/python-webencodings.SlackBuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python/python-webencodings/python-webencodings.SlackBuild') diff --git a/python/python-webencodings/python-webencodings.SlackBuild b/python/python-webencodings/python-webencodings.SlackBuild index a07d9cb7d8..3228d08425 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 +# Copyright 2017-2021 Benjamin Trigona-Harany # # 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 \ -- cgit v1.2.3