blob: a2a5ca25e4971c43617485a66665897491d6613b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = python-rasterio
pkgdesc = Fast and direct raster I/O for use with Numpy and SciPy
pkgver = 1.4.3
pkgrel = 1
url = https://github.com/rasterio/rasterio
arch = x86_64
license = BSD
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
makedepends = cython
depends = gdal
depends = python-affine
depends = python-attrs
depends = python-certifi
depends = python-cligj
depends = python-numpy
depends = python-click-plugins
depends = python-pyparsing
optdepends = ipython: for ipython support
optdepends = python-boto3: for s3 support
optdepends = python-matplotlib: for plotting support
optdepends = python-swiftclient: for OpenStack support
source = rasterio-1.4.3.tar.gz::https://github.com/rasterio/rasterio/archive/1.4.3.tar.gz
sha512sums = ac4e6b0fa95b5903ed32984712ec81f08aeed54556200b0216e505ca2ad439ab631bdb05d7755924d4d61d4b6bc11e06f7b87185b529c74d672848ca8de911b4
pkgname = python-rasterio
|