vp-build/srcpkgs/python3-owslib/template

20 lines
643 B
Bash

# 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
}