diff options
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 |
commit | efc783128499d81a4c135734e0d0006afdab01ad (patch) | |
tree | 0884c1f718a1f883e8dabcf1d438aba829bcd1b1 | |
parent | 167a6ec2f5c40de569e0f2525a920d409a35836e (diff) | |
download | slackbuilds-efc783128499d81a4c135734e0d0006afdab01ad.tar.gz |
gis/Geohash: Removed Python 2 support.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-rw-r--r-- | gis/Geohash/Geohash.SlackBuild | 1 | ||||
-rw-r--r-- | gis/Geohash/Geohash.info | 2 |
2 files changed, 1 insertions, 2 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 \ diff --git a/gis/Geohash/Geohash.info b/gis/Geohash/Geohash.info index 660744a032..89ba46621f 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" |