summaryrefslogtreecommitdiffstats
path: root/gis/rasterio
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-07-13 03:21:19 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-07-14 06:55:58 +0700
commit37baabbe514884b78a9d49bda6c5231fbe8a931b (patch)
treefe54a1ee0c4bd0fa68d075bb2f0d028fa6e14a3a /gis/rasterio
parent5c3bfc37b05c022c41e170de109887ed3629ecc2 (diff)
downloadslackbuilds-37baabbe514884b78a9d49bda6c5231fbe8a931b.tar.gz
slackbuilds-37baabbe514884b78a9d49bda6c5231fbe8a931b.tar.xz
gis/rasterio: Updated for version 1.0.0.
Diffstat (limited to 'gis/rasterio')
-rw-r--r--gis/rasterio/README2
-rw-r--r--gis/rasterio/rasterio.SlackBuild2
-rw-r--r--gis/rasterio/rasterio.info6
3 files changed, 6 insertions, 4 deletions
diff --git a/gis/rasterio/README b/gis/rasterio/README
index 66dd4a646a..87e9c97595 100644
--- a/gis/rasterio/README
+++ b/gis/rasterio/README
@@ -5,3 +5,5 @@ images into Numpy arrays or buffers, operate on them in Python (or Cython), and
write the results out to new GeoTIFF files.
Rasterio employs GDAL under the hood for file I/O and raster formatting.
+
+Optional dependencies: boto3.
diff --git a/gis/rasterio/rasterio.SlackBuild b/gis/rasterio/rasterio.SlackBuild
index 9fdeec50f9..1ae5472837 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:-0.36.0}
+VERSION=${VERSION:-1.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/gis/rasterio/rasterio.info b/gis/rasterio/rasterio.info
index 9fc3d047b6..cc089f786a 100644
--- a/gis/rasterio/rasterio.info
+++ b/gis/rasterio/rasterio.info
@@ -1,10 +1,10 @@
PRGNAM="rasterio"
-VERSION="0.36.0"
+VERSION="1.0.0"
HOMEPAGE="https://github.com/mapbox/rasterio"
-DOWNLOAD="https://github.com/mapbox/rasterio/archive/0.36.0/rasterio-0.36.0.tar.gz"
+DOWNLOAD="https://github.com/mapbox/rasterio/archive/1.0.0/rasterio-1.0.0.tar.gz"
MD5SUM="864120a9d85c5f8efae518e085b8f71a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="affine click-plugins cligj enum34 gdal numpy snuggs"
+REQUIRES="affine attrs click-plugins cligj enum34 gdal numpy snuggs"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"