1 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
2 # Contributor: Doug Newgard <scimmia at archlinux dot info>
7 pkgdesc='Python package for client programming with Open Geospatial Consortium (OGC) web service interface standards, and their related content models'
9 url='https://geopython.github.io/OWSLib/'
11 depends=(python-dateutil python-pyproj python-pytz python-requests)
12 makedepends=(python-setuptools)
13 source=(https://github.com/geopython/OWSLib/archive/$pkgver/$pkgname-$pkgver.tar.gz)
14 sha256sums=('d052b90bd495402fee3d31b0ac648b1c7e784adea64d04d17519e158c9ef07f3')
18 python setup.py install --root="$pkgdir" --optimize=1
19 install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"