summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2018-10-18 15:32:43 +0200
committer Willy Sudiarto Raharjo2018-10-21 01:47:09 +0200
commit9f475cfc05e37ca06f6d60dc8d40db5474141f11 (patch)
treef6f3f4ea2760247415c4c1c9c07453c161c955b0
parentb4d71c50aee6215ec0c0091ccfc34f5959591794 (diff)
downloadslackbuilds-9f475cfc05e37ca06f6d60dc8d40db5474141f11.tar.gz
gis/geojson: Updated for version 2.4.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-rw-r--r--gis/geojson/geojson.SlackBuild8
-rw-r--r--gis/geojson/geojson.info8
2 files changed, 7 insertions, 9 deletions
diff --git a/gis/geojson/geojson.SlackBuild b/gis/geojson/geojson.SlackBuild
index dde30f6be8..983322cc97 100644
--- a/gis/geojson/geojson.SlackBuild
+++ b/gis/geojson/geojson.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=geojson
SRCNAM=python-$PRGNAM
-VERSION=${VERSION:-2.4.0}
+VERSION=${VERSION:-2.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,10 +70,8 @@ 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 {} \;
-python setup.py install --root=$PKG
-if $(python3 -c 'import sys' 2>/dev/null); then
- python3 setup.py install --root=$PKG
-fi
+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 | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/gis/geojson/geojson.info b/gis/geojson/geojson.info
index 7899eb21fe..873754f0bc 100644
--- a/gis/geojson/geojson.info
+++ b/gis/geojson/geojson.info
@@ -1,10 +1,10 @@
PRGNAM="geojson"
-VERSION="2.4.0"
+VERSION="2.4.1"
HOMEPAGE="https://github.com/frewsxcv/python-geojson"
-DOWNLOAD="https://github.com/frewsxcv/python-geojson/archive/2.4.0/python-geojson-2.4.0.tar.gz"
-MD5SUM="c5536d4c6ba133646d9558f7ec5fbc76"
+DOWNLOAD="https://github.com/frewsxcv/python-geojson/archive/2.4.1/python-geojson-2.4.1.tar.gz"
+MD5SUM="0a89d69195d962e6ae94fc674569adb9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="python3"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"