# HG changeset patch # User Hans-G?nter Theisgen # Date 1586104693 -3600 # Node ID 346b75d5b2c5062159cfebb8b7ae48187efeb2ce # Parent 9a628050ec65f6bdd7ae0f737b618f73acc7e044 updated python-geojson (1.0 -> 2.5.0) diff -r 9a628050ec65 -r 346b75d5b2c5 python-geojson/receipt --- a/python-geojson/receipt Sun Apr 05 17:33:33 2020 +0100 +++ b/python-geojson/receipt Sun Apr 05 17:38:13 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="python-geojson" -VERSION="1.0" +VERSION="2.5.0" CATEGORY="development" -SHORT_DESC="Encoder/decoder for simple GIS features." +SHORT_DESC="Encoder and decoder for simple GIS features." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" +WEB_SITE="https://pypi.python.org/pypi/geojson/$VERSION" + 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" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="wget python python-setuptools" +BUILD_DEPENDS="python python-setuptools" # Rules to configure and make the package. compile_rules() @@ -23,6 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs } -