19 lines
616 B
Bash
19 lines
616 B
Bash
# Template file for 'python3-owslib'
|
|
pkgname=python3-owslib
|
|
version=0.25.0
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-devel python3-setuptools"
|
|
depends="python3-lxml"
|
|
short_desc="Package for client programming with OGC web service interface standards"
|
|
maintainer="Gabriel Russo <gabrielrusso@protonmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/geopython/OWSLib"
|
|
distfiles="${PYPI_SITE}/o/owslib/OWSLib-${version}.tar.gz"
|
|
checksum=20d79bce0be10277caa36f3134826bd0065325df0301a55b2c8b1c338d8d8f0a
|
|
make_check=no # distfiles does not have tests
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|