gis/rasterio: Updated for version 1.0.0.
This commit is contained in:
parent
5c3bfc37b0
commit
37baabbe51
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue