diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,4 @@ +libc.so.6 +libgeos_c.so.1 +libpthread.so.0 +libpython3.6m.so.1.0 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,25 @@ +name : python-shapely +version : 1.6.4_p2 +release : 1 +source : + - https://pypi.io/packages/source/S/Shapely/Shapely-1.6.4.post2.tar.gz : c4b87bb61fc3de59fc1f85e71a79b0c709dc68364d9584473697aad4aa13240f +license : BSD-3-Clause +component : programming.python +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 @@ + + + python-shapely + + Pierre-Yves + pyu@riseup.net + + BSD-3-Clause + programming.python + Manipulation and analysis of geometric objects + 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. + + https://solus-project.com/sources/README.Solus + + + python-shapely + Manipulation and analysis of geometric objects + 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. + + programming.python + + /usr/lib/python3.6/site-packages/Shapely-1.6.4.post2-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/Shapely-1.6.4.post2-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/Shapely-1.6.4.post2-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/Shapely-1.6.4.post2-py3.6.egg-info/requires.txt + /usr/lib/python3.6/site-packages/Shapely-1.6.4.post2-py3.6.egg-info/top_level.txt + /usr/lib/python3.6/site-packages/shapely/__init__.py + /usr/lib/python3.6/site-packages/shapely/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/__pycache__/_buildcfg.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/__pycache__/affinity.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/__pycache__/coords.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/__pycache__/ctypes_declarations.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/__pycache__/errors.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/__pycache__/ftools.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/__pycache__/geos.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/__pycache__/impl.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/__pycache__/iterops.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/__pycache__/linref.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/__pycache__/ops.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/__pycache__/predicates.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/__pycache__/prepared.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/__pycache__/strtree.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/__pycache__/topology.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/__pycache__/validation.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/__pycache__/wkb.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/__pycache__/wkt.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/_buildcfg.py + /usr/lib/python3.6/site-packages/shapely/_geos.pxi + /usr/lib/python3.6/site-packages/shapely/affinity.py + /usr/lib/python3.6/site-packages/shapely/algorithms/__init__.py + /usr/lib/python3.6/site-packages/shapely/algorithms/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/algorithms/__pycache__/cga.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/algorithms/__pycache__/polylabel.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/algorithms/cga.py + /usr/lib/python3.6/site-packages/shapely/algorithms/polylabel.py + /usr/lib/python3.6/site-packages/shapely/coords.py + /usr/lib/python3.6/site-packages/shapely/ctypes_declarations.py + /usr/lib/python3.6/site-packages/shapely/errors.py + /usr/lib/python3.6/site-packages/shapely/examples/__init__.py + /usr/lib/python3.6/site-packages/shapely/examples/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/examples/__pycache__/dissolve.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/examples/__pycache__/geoms.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/examples/__pycache__/intersect.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/examples/dissolve.py + /usr/lib/python3.6/site-packages/shapely/examples/geoms.py + /usr/lib/python3.6/site-packages/shapely/examples/intersect.py + /usr/lib/python3.6/site-packages/shapely/ftools.py + /usr/lib/python3.6/site-packages/shapely/geometry/__init__.py + /usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/base.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/collection.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/geo.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/linestring.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/multilinestring.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/multipoint.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/multipolygon.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/point.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/polygon.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/proxy.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/geometry/base.py + /usr/lib/python3.6/site-packages/shapely/geometry/collection.py + /usr/lib/python3.6/site-packages/shapely/geometry/geo.py + /usr/lib/python3.6/site-packages/shapely/geometry/linestring.py + /usr/lib/python3.6/site-packages/shapely/geometry/multilinestring.py + /usr/lib/python3.6/site-packages/shapely/geometry/multipoint.py + /usr/lib/python3.6/site-packages/shapely/geometry/multipolygon.py + /usr/lib/python3.6/site-packages/shapely/geometry/point.py + /usr/lib/python3.6/site-packages/shapely/geometry/polygon.py + /usr/lib/python3.6/site-packages/shapely/geometry/proxy.py + /usr/lib/python3.6/site-packages/shapely/geos.py + /usr/lib/python3.6/site-packages/shapely/impl.py + /usr/lib/python3.6/site-packages/shapely/iterops.py + /usr/lib/python3.6/site-packages/shapely/linref.py + /usr/lib/python3.6/site-packages/shapely/ops.py + /usr/lib/python3.6/site-packages/shapely/predicates.py + /usr/lib/python3.6/site-packages/shapely/prepared.py + /usr/lib/python3.6/site-packages/shapely/speedups/__init__.py + /usr/lib/python3.6/site-packages/shapely/speedups/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/speedups/_speedups.c + /usr/lib/python3.6/site-packages/shapely/speedups/_speedups.cpython-36m-x86_64-linux-gnu.so + /usr/lib/python3.6/site-packages/shapely/speedups/_speedups.pyx + /usr/lib/python3.6/site-packages/shapely/strtree.py + /usr/lib/python3.6/site-packages/shapely/topology.py + /usr/lib/python3.6/site-packages/shapely/validation.py + /usr/lib/python3.6/site-packages/shapely/vectorized/__init__.py + /usr/lib/python3.6/site-packages/shapely/vectorized/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/shapely/vectorized/_vectorized.cpython-36m-x86_64-linux-gnu.so + /usr/lib/python3.6/site-packages/shapely/vectorized/_vectorized.pyx + /usr/lib/python3.6/site-packages/shapely/wkb.py + /usr/lib/python3.6/site-packages/shapely/wkt.py + + + + + 2018-10-20 + 1.6.4_p2 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file