diff options
-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" |