blob: ecff9333fdfb5f95079106c00249b4610c414cb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Maintainer : Kitestramuort <kitestramuort@autistici.org>
pkgname=python-sentinelsat
appname=sentinelsat
pkgver=1.2.1
pkgrel=1
pkgdesc="Search and download Copernicus Sentinel satellite images"
arch=('x86_64')
url="https://github.com/sentinelsat"
license=('GPL3')
depends=('python' 'python-pandas' 'python-geopandas' 'python-shapely' 'python-pytest-socket' 'python-pytest-vcr' 'python-yaml' 'rstcheck' 'python-sphinx' 'python-sphinx_rtd_theme' 'python-flaky' 'python-geomet')
provides=('python-sentinelsat')
source=("https://github.com/sentinelsat/sentinelsat/archive/refs/tags/v${pkgver}.tar.gz")
md5sums=('ab46473f78570d4acbc8db722b3b0371')
package() {
cd ${appname}-${pkgver}
python setup.py install --root=${pkgdir} --optimize=1
}
|