gis/geojson: Updated for version 2.4.1.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-10-18 06:32:43 -07:00 committed by Willy Sudiarto Raharjo
parent b4d71c50ae
commit 9f475cfc05
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 9 deletions

View file

@ -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

View file

@ -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"