Import py26-shapely-1.2.14 as wip/py-shapely.
Geometric objects, predicates, and operations
This commit is contained in:
parent
76dc50d588
commit
f7d8d8b78d
4 changed files with 195 additions and 0 deletions
1
py-shapely/DESCR
Normal file
1
py-shapely/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Geometric objects, predicates, and operations
|
22
py-shapely/Makefile
Normal file
22
py-shapely/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2012/01/24 11:03:52 jihbed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Shapely-1.2.14
|
||||
PKGNAME= ${PYPKGPREFIX}-shapely-1.2.14
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/S/Shapely/
|
||||
|
||||
MAINTAINER= jihbed.research@gmail.com
|
||||
HOMEPAGE= https://github.com/sgillies/shapely
|
||||
COMMENT= Geometric objects, predicates, and operations
|
||||
LICENSE= 2-clause-bsd
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 27 26 25
|
||||
|
||||
WRKSRC= ${WRKDIR}/Shapely-1.2.14
|
||||
|
||||
.include "../../devel/py-ctypes/buildlink3.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
167
py-shapely/PLIST
Normal file
167
py-shapely/PLIST
Normal file
|
@ -0,0 +1,167 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/24 11:03:52 jihbed Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/shapely/__init__.py
|
||||
${PYSITELIB}/shapely/__init__.pyc
|
||||
${PYSITELIB}/shapely/__init__.pyo
|
||||
${PYSITELIB}/shapely/algorithms/__init__.py
|
||||
${PYSITELIB}/shapely/algorithms/__init__.pyc
|
||||
${PYSITELIB}/shapely/algorithms/__init__.pyo
|
||||
${PYSITELIB}/shapely/algorithms/cga.py
|
||||
${PYSITELIB}/shapely/algorithms/cga.pyc
|
||||
${PYSITELIB}/shapely/algorithms/cga.pyo
|
||||
${PYSITELIB}/shapely/coords.py
|
||||
${PYSITELIB}/shapely/coords.pyc
|
||||
${PYSITELIB}/shapely/coords.pyo
|
||||
${PYSITELIB}/shapely/ctypes_declarations.py
|
||||
${PYSITELIB}/shapely/ctypes_declarations.pyc
|
||||
${PYSITELIB}/shapely/ctypes_declarations.pyo
|
||||
${PYSITELIB}/shapely/examples/__init__.py
|
||||
${PYSITELIB}/shapely/examples/__init__.pyc
|
||||
${PYSITELIB}/shapely/examples/__init__.pyo
|
||||
${PYSITELIB}/shapely/examples/dissolve.py
|
||||
${PYSITELIB}/shapely/examples/dissolve.pyc
|
||||
${PYSITELIB}/shapely/examples/dissolve.pyo
|
||||
${PYSITELIB}/shapely/examples/geoms.py
|
||||
${PYSITELIB}/shapely/examples/geoms.pyc
|
||||
${PYSITELIB}/shapely/examples/geoms.pyo
|
||||
${PYSITELIB}/shapely/examples/intersect.py
|
||||
${PYSITELIB}/shapely/examples/intersect.pyc
|
||||
${PYSITELIB}/shapely/examples/intersect.pyo
|
||||
${PYSITELIB}/shapely/examples/world.py
|
||||
${PYSITELIB}/shapely/examples/world.pyc
|
||||
${PYSITELIB}/shapely/examples/world.pyo
|
||||
${PYSITELIB}/shapely/ftools.py
|
||||
${PYSITELIB}/shapely/ftools.pyc
|
||||
${PYSITELIB}/shapely/ftools.pyo
|
||||
${PYSITELIB}/shapely/geometry/__init__.py
|
||||
${PYSITELIB}/shapely/geometry/__init__.pyc
|
||||
${PYSITELIB}/shapely/geometry/__init__.pyo
|
||||
${PYSITELIB}/shapely/geometry/base.py
|
||||
${PYSITELIB}/shapely/geometry/base.pyc
|
||||
${PYSITELIB}/shapely/geometry/base.pyo
|
||||
${PYSITELIB}/shapely/geometry/collection.py
|
||||
${PYSITELIB}/shapely/geometry/collection.pyc
|
||||
${PYSITELIB}/shapely/geometry/collection.pyo
|
||||
${PYSITELIB}/shapely/geometry/geo.py
|
||||
${PYSITELIB}/shapely/geometry/geo.pyc
|
||||
${PYSITELIB}/shapely/geometry/geo.pyo
|
||||
${PYSITELIB}/shapely/geometry/linestring.py
|
||||
${PYSITELIB}/shapely/geometry/linestring.pyc
|
||||
${PYSITELIB}/shapely/geometry/linestring.pyo
|
||||
${PYSITELIB}/shapely/geometry/multilinestring.py
|
||||
${PYSITELIB}/shapely/geometry/multilinestring.pyc
|
||||
${PYSITELIB}/shapely/geometry/multilinestring.pyo
|
||||
${PYSITELIB}/shapely/geometry/multipoint.py
|
||||
${PYSITELIB}/shapely/geometry/multipoint.pyc
|
||||
${PYSITELIB}/shapely/geometry/multipoint.pyo
|
||||
${PYSITELIB}/shapely/geometry/multipolygon.py
|
||||
${PYSITELIB}/shapely/geometry/multipolygon.pyc
|
||||
${PYSITELIB}/shapely/geometry/multipolygon.pyo
|
||||
${PYSITELIB}/shapely/geometry/point.py
|
||||
${PYSITELIB}/shapely/geometry/point.pyc
|
||||
${PYSITELIB}/shapely/geometry/point.pyo
|
||||
${PYSITELIB}/shapely/geometry/polygon.py
|
||||
${PYSITELIB}/shapely/geometry/polygon.pyc
|
||||
${PYSITELIB}/shapely/geometry/polygon.pyo
|
||||
${PYSITELIB}/shapely/geometry/proxy.py
|
||||
${PYSITELIB}/shapely/geometry/proxy.pyc
|
||||
${PYSITELIB}/shapely/geometry/proxy.pyo
|
||||
${PYSITELIB}/shapely/geos.py
|
||||
${PYSITELIB}/shapely/geos.pyc
|
||||
${PYSITELIB}/shapely/geos.pyo
|
||||
${PYSITELIB}/shapely/impl.py
|
||||
${PYSITELIB}/shapely/impl.pyc
|
||||
${PYSITELIB}/shapely/impl.pyo
|
||||
${PYSITELIB}/shapely/iterops.py
|
||||
${PYSITELIB}/shapely/iterops.pyc
|
||||
${PYSITELIB}/shapely/iterops.pyo
|
||||
${PYSITELIB}/shapely/linref.py
|
||||
${PYSITELIB}/shapely/linref.pyc
|
||||
${PYSITELIB}/shapely/linref.pyo
|
||||
${PYSITELIB}/shapely/ops.py
|
||||
${PYSITELIB}/shapely/ops.pyc
|
||||
${PYSITELIB}/shapely/ops.pyo
|
||||
${PYSITELIB}/shapely/predicates.py
|
||||
${PYSITELIB}/shapely/predicates.pyc
|
||||
${PYSITELIB}/shapely/predicates.pyo
|
||||
${PYSITELIB}/shapely/prepared.py
|
||||
${PYSITELIB}/shapely/prepared.pyc
|
||||
${PYSITELIB}/shapely/prepared.pyo
|
||||
${PYSITELIB}/shapely/speedups/__init__.py
|
||||
${PYSITELIB}/shapely/speedups/__init__.pyc
|
||||
${PYSITELIB}/shapely/speedups/__init__.pyo
|
||||
${PYSITELIB}/shapely/tests/__init__.py
|
||||
${PYSITELIB}/shapely/tests/__init__.pyc
|
||||
${PYSITELIB}/shapely/tests/__init__.pyo
|
||||
${PYSITELIB}/shapely/tests/test_box.py
|
||||
${PYSITELIB}/shapely/tests/test_box.pyc
|
||||
${PYSITELIB}/shapely/tests/test_box.pyo
|
||||
${PYSITELIB}/shapely/tests/test_cga.py
|
||||
${PYSITELIB}/shapely/tests/test_cga.pyc
|
||||
${PYSITELIB}/shapely/tests/test_cga.pyo
|
||||
${PYSITELIB}/shapely/tests/test_collection.py
|
||||
${PYSITELIB}/shapely/tests/test_collection.pyc
|
||||
${PYSITELIB}/shapely/tests/test_collection.pyo
|
||||
${PYSITELIB}/shapely/tests/test_delegated.py
|
||||
${PYSITELIB}/shapely/tests/test_delegated.pyc
|
||||
${PYSITELIB}/shapely/tests/test_delegated.pyo
|
||||
${PYSITELIB}/shapely/tests/test_dlls.py
|
||||
${PYSITELIB}/shapely/tests/test_dlls.pyc
|
||||
${PYSITELIB}/shapely/tests/test_dlls.pyo
|
||||
${PYSITELIB}/shapely/tests/test_doctests.py
|
||||
${PYSITELIB}/shapely/tests/test_doctests.pyc
|
||||
${PYSITELIB}/shapely/tests/test_doctests.pyo
|
||||
${PYSITELIB}/shapely/tests/test_emptiness.py
|
||||
${PYSITELIB}/shapely/tests/test_emptiness.pyc
|
||||
${PYSITELIB}/shapely/tests/test_emptiness.pyo
|
||||
${PYSITELIB}/shapely/tests/test_equality.py
|
||||
${PYSITELIB}/shapely/tests/test_equality.pyc
|
||||
${PYSITELIB}/shapely/tests/test_equality.pyo
|
||||
${PYSITELIB}/shapely/tests/test_geomseq.py
|
||||
${PYSITELIB}/shapely/tests/test_geomseq.pyc
|
||||
${PYSITELIB}/shapely/tests/test_geomseq.pyo
|
||||
${PYSITELIB}/shapely/tests/test_getitem.py
|
||||
${PYSITELIB}/shapely/tests/test_getitem.pyc
|
||||
${PYSITELIB}/shapely/tests/test_getitem.pyo
|
||||
${PYSITELIB}/shapely/tests/test_linear_referencing.py
|
||||
${PYSITELIB}/shapely/tests/test_linear_referencing.pyc
|
||||
${PYSITELIB}/shapely/tests/test_linear_referencing.pyo
|
||||
${PYSITELIB}/shapely/tests/test_mapping.py
|
||||
${PYSITELIB}/shapely/tests/test_mapping.pyc
|
||||
${PYSITELIB}/shapely/tests/test_mapping.pyo
|
||||
${PYSITELIB}/shapely/tests/test_prepared.py
|
||||
${PYSITELIB}/shapely/tests/test_prepared.pyc
|
||||
${PYSITELIB}/shapely/tests/test_prepared.pyo
|
||||
${PYSITELIB}/shapely/tests/test_products_z.py
|
||||
${PYSITELIB}/shapely/tests/test_products_z.pyc
|
||||
${PYSITELIB}/shapely/tests/test_products_z.pyo
|
||||
${PYSITELIB}/shapely/tests/test_singularity.py
|
||||
${PYSITELIB}/shapely/tests/test_singularity.pyc
|
||||
${PYSITELIB}/shapely/tests/test_singularity.pyo
|
||||
${PYSITELIB}/shapely/tests/test_speedups.py
|
||||
${PYSITELIB}/shapely/tests/test_speedups.pyc
|
||||
${PYSITELIB}/shapely/tests/test_speedups.pyo
|
||||
${PYSITELIB}/shapely/tests/test_validation.py
|
||||
${PYSITELIB}/shapely/tests/test_validation.pyc
|
||||
${PYSITELIB}/shapely/tests/test_validation.pyo
|
||||
${PYSITELIB}/shapely/tests/test_xy.py
|
||||
${PYSITELIB}/shapely/tests/test_xy.pyc
|
||||
${PYSITELIB}/shapely/tests/test_xy.pyo
|
||||
${PYSITELIB}/shapely/tests/threading_test.py
|
||||
${PYSITELIB}/shapely/tests/threading_test.pyc
|
||||
${PYSITELIB}/shapely/tests/threading_test.pyo
|
||||
${PYSITELIB}/shapely/topology.py
|
||||
${PYSITELIB}/shapely/topology.pyc
|
||||
${PYSITELIB}/shapely/topology.pyo
|
||||
${PYSITELIB}/shapely/validation.py
|
||||
${PYSITELIB}/shapely/validation.pyc
|
||||
${PYSITELIB}/shapely/validation.pyo
|
||||
${PYSITELIB}/shapely/wkb.py
|
||||
${PYSITELIB}/shapely/wkb.pyc
|
||||
${PYSITELIB}/shapely/wkb.pyo
|
||||
${PYSITELIB}/shapely/wkt.py
|
||||
${PYSITELIB}/shapely/wkt.pyc
|
||||
${PYSITELIB}/shapely/wkt.pyo
|
5
py-shapely/distinfo
Normal file
5
py-shapely/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2012/01/24 11:03:52 jihbed Exp $
|
||||
|
||||
SHA1 (Shapely-1.2.14.tar.gz) = d582d3698144dfb076b02aef0d439cc347897366
|
||||
RMD160 (Shapely-1.2.14.tar.gz) = 97c4c393bdf74ca8cf84370a7ad96884264be44a
|
||||
Size (Shapely-1.2.14.tar.gz) = 93366 bytes
|
Loading…
Reference in a new issue