diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-17 21:18:50 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 02:00:29 -0500 |
commit | b51dce95b52a750abac7a540c9a24a2da3dab089 (patch) | |
tree | 7b1cf1a286f9075d5e3e083930dc67db6cdf2ffe /gis | |
parent | efc783128499d81a4c135734e0d0006afdab01ad (diff) |
gis/geojson: Updated dependencies.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/geojson/geojson.SlackBuild | 3 | ||||
-rw-r--r-- | gis/geojson/geojson.info | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/gis/geojson/geojson.SlackBuild b/gis/geojson/geojson.SlackBuild index 90444a000294..444e796205ae 100644 --- a/gis/geojson/geojson.SlackBuild +++ b/gis/geojson/geojson.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for geojson -# Copyright 2013-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -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" | \ diff --git a/gis/geojson/geojson.info b/gis/geojson/geojson.info index 0108fd1c9530..e15d3db9612f 100644 --- a/gis/geojson/geojson.info +++ b/gis/geojson/geojson.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/jazzband/geojson/archive/2.5.0/geojson-2.5.0.tar.gz MD5SUM="e1b3f4ee17f86e361123c3ef4c6fab41" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |