# HG changeset patch # User Pascal Bellard # Date 1401735325 0 # Node ID 8234c9e747d9177bcf6be51a7d3ab4fa0a0c1fe7 # Parent 86682dd3a69388bb747454c245d05de0822424d1 Add python-shapely & python-geojson diff -r 86682dd3a693 -r 8234c9e747d9 python-geojson/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-geojson/receipt Mon Jun 02 18:55:25 2014 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-geojson" +VERSION="1.0" +CATEGORY="development" +SHORT_DESC="Encoder/decoder for simple GIS features." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" +SOURCE="geojson" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="wget python" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} diff -r 86682dd3a693 -r 8234c9e747d9 python-shapely/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-shapely/receipt Mon Jun 02 18:55:25 2014 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-shapely" +VERSION="1.3.2" +CATEGORY="development" +SHORT_DESC="Manipulation and analysis of geometric objects in the Cartesian plane." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" +SOURCE="Shapely" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" + +DEPENDS="python geos" +BUILD_DEPENDS="python wget geos-dev" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +}