From 9f156b8292b56e81ae5514960b14aa8953ba02c5 Mon Sep 17 00:00:00 2001 From: Gabriel Russo Date: Tue, 19 Apr 2022 21:39:19 -0400 Subject: [PATCH 1/2] 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..d19222c8b97d --- /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" +makedepends="python3-devel" +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 + +post_install() { + vlicense LICENSE +} From ae8383c1f2a5aeaac99980384d4b0c5ef47b44f0 Mon Sep 17 00:00:00 2001 From: Gabriel Russo Date: Wed, 20 Apr 2022 10:49:01 -0400 Subject: [PATCH 2/2] skip unit tests --- srcpkgs/python3-owslib/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-owslib/template b/srcpkgs/python3-owslib/template index d19222c8b97d..ced3f4c1664c 100644 --- a/srcpkgs/python3-owslib/template +++ b/srcpkgs/python3-owslib/template @@ -4,8 +4,7 @@ version=0.25.0 revision=1 wrksrc="OWSLib-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" -makedepends="python3-devel" +hostmakedepends="python3-setuptools python3-pip" depends="python3-lxml" short_desc="Package for client programming with OGC web service interface standards" maintainer="Gabriel Russo " @@ -13,6 +12,7 @@ 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