summaryrefslogtreecommitdiffstats
path: root/gis/Geohash/Geohash.SlackBuild
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2021-04-17 21:06:19 +0200
committer Robby Workman <rworkman@slackbuilds.org>2021-04-18 02:00:28 -0500
commitefc783128499d81a4c135734e0d0006afdab01ad (patch)
tree0884c1f718a1f883e8dabcf1d438aba829bcd1b1 /gis/Geohash/Geohash.SlackBuild
parent167a6ec2f5c40de569e0f2525a920d409a35836e (diff)
downloadslackbuilds-efc783128499d81a4c135734e0d0006afdab01ad.tar.gz
slackbuilds-efc783128499d81a4c135734e0d0006afdab01ad.tar.xz
gis/Geohash: Removed Python 2 support.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'gis/Geohash/Geohash.SlackBuild')
-rw-r--r--gis/Geohash/Geohash.SlackBuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/gis/Geohash/Geohash.SlackBuild b/gis/Geohash/Geohash.SlackBuild
index 6100ab1625..fa6261b004 100644
--- a/gis/Geohash/Geohash.SlackBuild
+++ b/gis/Geohash/Geohash.SlackBuild
@@ -69,7 +69,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 \