blob: 1f963274af9f5c9322be08a69078d365bb387a06 (
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
|
pkgbase = python-rasterio
pkgdesc = Fast and direct raster I/O for use with NumPy
pkgver = 1.5.0
pkgrel = 1
url = https://github.com/rasterio/rasterio
arch = x86_64
license = BSD-3-Clause
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = cython
depends = gdal
depends = python-affine
depends = python-attrs
depends = python-certifi
depends = python-click
depends = python-cligj
depends = python-numpy
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.5.0.tar.gz::https://github.com/rasterio/rasterio/archive/1.5.0.tar.gz
sha512sums = a3fcf0b34133cbbab07d00bafb2047a5cd99e5ca84601f79249afc79abd97f9505a9832d4b535e57ba7d1131e283872ffe85757051e73d562734e44b8d215129
pkgname = python-rasterio
|