From efc783128499d81a4c135734e0d0006afdab01ad Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sat, 17 Apr 2021 21:06:19 +0200 Subject: gis/Geohash: Removed Python 2 support. Signed-off-by: Benjamin Trigona-Harany --- gis/Geohash/Geohash.SlackBuild | 1 - gis/Geohash/Geohash.info | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'gis') diff --git a/gis/Geohash/Geohash.SlackBuild b/gis/Geohash/Geohash.SlackBuild index 6100ab1625b3c..fa6261b004f26 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 \ diff --git a/gis/Geohash/Geohash.info b/gis/Geohash/Geohash.info index 660744a032753..89ba46621f369 100644 --- a/gis/Geohash/Geohash.info +++ b/gis/Geohash/Geohash.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/G/Geohash/Geohash-1.0.tar.gz" MD5SUM="a7c4e57874061fae1e30dd8aa8b9b390" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" -- cgit v1.2.3