gis/rasterio: Updated for version 1.0.0.

This commit is contained in:
Benjamin Trigona-Harany 2018-07-13 03:21:19 -07:00 committed by Willy Sudiarto Raharjo
parent 5c3bfc37b0
commit 37baabbe51
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 6 additions and 4 deletions

View File

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

View File

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

View File

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