+summary : Manipulation and analysis of geometric objects
+description: |
+ Shapely is a package for manipulation and analysis of planar geometric objects. It is based on the widely deployed GEOS (the engine of PostGIS) and JTS (from which GEOS is ported) libraries. Shapely is not concerned with data formats or coordinate systems, but can be readily integrated with packages that are.
+builddeps :
+ - pkgconfig(python3)
+ - cython
+ - geos
+ - numpy
+ - python-pytest
+build : |
+ %python3_setup
+install : |
+ %python3_install
+check : |
+ pushd $PKG_BUILD_DIR/py3build
+ #py.test3
+ python setup.py test
+ 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,122 @@
+<PISI>
+ <Source>
+ <Name>python-shapely</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">Manipulation and analysis of geometric objects</Summary>
+ <Description xml:lang="en">Shapely is a package for manipulation and analysis of planar geometric objects. It is based on the widely deployed GEOS (the engine of PostGIS) and JTS (from which GEOS is ported) libraries. Shapely is not concerned with data formats or coordinate systems, but can be readily integrated with packages that are.
+ <Summary xml:lang="en">Manipulation and analysis of geometric objects</Summary>
+ <Description xml:lang="en">Shapely is a package for manipulation and analysis of planar geometric objects. It is based on the widely deployed GEOS (the engine of PostGIS) and JTS (from which GEOS is ported) libraries. Shapely is not concerned with data formats or coordinate systems, but can be readily integrated with packages that are.