New package: python3-owslib-0.25.0

Closes: #36773 [via git-merge-pr]
This commit is contained in:
Gabriel Russo 2022-04-19 21:39:19 -04:00 committed by Andrew Benson
parent 6e0af42716
commit 753d75b4a3
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'python3-owslib'
pkgname=python3-owslib
version=0.25.0
revision=1
wrksrc="OWSLib-${version}"
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
}