+ OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models.
+builddeps :
+ - pkgconfig(python-3.5)
+ - python-setuptools
+rundeps :
+ - python-dateutil
+ - python-pyproj
+ - python-pytz
+ - python-requests
+setup : |
+ cp -a . ../py3build
+ mv $PWD ${PWD%/*}/py2build
+build : |
+ pushd py2build
+ %python_setup
+ popd
+
+ pushd py3build
+ %python3_setup
+ popd
+install : |
+ pushd py2build
+ %python_install
+ popd
+
+ pushd py3build
+ %python3_install
+ popd
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,247 @@
+<PISI>
+ <Source>
+ <Name>python-owslib</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>BSD 3-clause</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Client library for OGC web services</Summary>
+ <Description xml:lang="en">OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models.
+ <Summary xml:lang="en">Client library for OGC web services</Summary>
+ <Description xml:lang="en">OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models.