blob: 0bb12f595ce26191549abe1ac027249beada3993 (
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.2
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.2.tar.gz::https://github.com/rasterio/rasterio/archive/1.4.2.tar.gz
sha512sums = 4f77619e588ea6df1d34a6e07763d7dd8ebfe38f112672571fee6c69a7337f5dc7526f99c268de567b4a8fb9c56ee2df2ceb6d3843d51dcee18d1b96c2e6487c
pkgname = python-rasterio
|