Page MenuHomeSolus

D4098.id10100.diff
No OneTemporary

D4098.id10100.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,4 @@
+libc.so.6
+libgeos_c.so.1
+libpthread.so.0
+libpython3.6m.so.1.0
Index: package.yml
===================================================================
--- /dev/null
+++ 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
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ 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.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-shapely</Name>
+ <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.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Shapely-1.6.4.post2-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Shapely-1.6.4.post2-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Shapely-1.6.4.post2-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Shapely-1.6.4.post2-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/Shapely-1.6.4.post2-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/_buildcfg.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/affinity.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/coords.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/ctypes_declarations.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/errors.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/ftools.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/geos.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/impl.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/iterops.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/linref.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/ops.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/predicates.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/prepared.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/strtree.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/topology.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/validation.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/wkb.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/__pycache__/wkt.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/_buildcfg.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/_geos.pxi</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/affinity.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/algorithms/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/algorithms/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/algorithms/__pycache__/cga.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/algorithms/__pycache__/polylabel.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/algorithms/cga.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/algorithms/polylabel.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/coords.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/ctypes_declarations.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/errors.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/examples/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/examples/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/examples/__pycache__/dissolve.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/examples/__pycache__/geoms.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/examples/__pycache__/intersect.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/examples/dissolve.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/examples/geoms.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/examples/intersect.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/ftools.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/base.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/collection.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/geo.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/linestring.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/multilinestring.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/multipoint.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/multipolygon.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/point.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/polygon.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/__pycache__/proxy.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/base.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/collection.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/geo.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/linestring.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/multilinestring.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/multipoint.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/multipolygon.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/point.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/polygon.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geometry/proxy.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/geos.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/impl.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/iterops.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/linref.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/ops.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/predicates.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/prepared.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/speedups/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/speedups/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/speedups/_speedups.c</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/speedups/_speedups.cpython-36m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/speedups/_speedups.pyx</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/strtree.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/topology.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/validation.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/vectorized/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/vectorized/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/vectorized/_vectorized.cpython-36m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/vectorized/_vectorized.pyx</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/wkb.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/shapely/wkt.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-10-20</Date>
+ <Version>1.6.4_p2</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jul 3 2023, 1:24 AM (5 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5861987
Default Alt Text
D4098.id10100.diff (13 KB)

Event Timeline