From 7849f24915cdc75baba004aab10322a18c18c550 Mon Sep 17 00:00:00 2001 From: Gabriel Russo Date: Tue, 19 Apr 2022 21:39:19 -0400 Subject: [PATCH] New package: python3-owslib-0.25.0 --- srcpkgs/python3-owslib/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-owslib/template diff --git a/srcpkgs/python3-owslib/template b/srcpkgs/python3-owslib/template new file mode 100644 index 000000000000..ced3f4c1664c --- /dev/null +++ b/srcpkgs/python3-owslib/template @@ -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-setuptools python3-pip" +depends="python3-lxml" +short_desc="Package for client programming with OGC web service interface standards" +maintainer="Gabriel Russo " +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 +}