summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2019-12-18 22:40:31 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-12-21 11:02:48 +0700
commit1c0ce27ac54b198110738195633bf5252052398a (patch)
treea60c9bc632e39980cf3de0347029c5e68cbff28f /gis
parent44ad9ab023b48a8474d113cdbbf927194678d386 (diff)
downloadslackbuilds-1c0ce27ac54b198110738195633bf5252052398a.tar.gz
slackbuilds-1c0ce27ac54b198110738195633bf5252052398a.tar.xz
gis/rasterio: Updated for version 1.1.2.
Diffstat (limited to 'gis')
-rw-r--r--gis/rasterio/rasterio.SlackBuild3
-rw-r--r--gis/rasterio/rasterio.info8
2 files changed, 5 insertions, 6 deletions
diff --git a/gis/rasterio/rasterio.SlackBuild b/gis/rasterio/rasterio.SlackBuild
index 2edf4dd460..68549f7607 100644
--- a/gis/rasterio/rasterio.SlackBuild
+++ b/gis/rasterio/rasterio.SlackBuild
@@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rasterio
-VERSION=${VERSION:-1.1.0}
+VERSION=${VERSION:-1.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,7 +71,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/rasterio/rasterio.info b/gis/rasterio/rasterio.info
index d6bd205d2b..0267d23fee 100644
--- a/gis/rasterio/rasterio.info
+++ b/gis/rasterio/rasterio.info
@@ -1,10 +1,10 @@
PRGNAM="rasterio"
-VERSION="1.1.0"
+VERSION="1.1.2"
HOMEPAGE="https://github.com/mapbox/rasterio"
-DOWNLOAD="https://github.com/mapbox/rasterio/archive/1.1.0/rasterio-1.1.0.tar.gz"
-MD5SUM="424bbdc54340e3d869eb8d928f416da3"
+DOWNLOAD="https://github.com/mapbox/rasterio/archive/1.1.2/rasterio-1.1.2.tar.gz"
+MD5SUM="f60fe07e4830a7a771be691a9f78eb82"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="affine attrs click-plugins cligj enum34 gdal numpy snuggs numpy3 python3-attrs pyparsing"
+REQUIRES="affine click-plugins cligj numpy snuggs numpy3 python3-attrs pyparsing"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"