wok-current diff python-geojson/receipt @ rev 23948
Add barrage & penguin-command (thanks rerievo)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Sep 20 16:26:50 2020 +0000 (2020-09-20) |
parents | 814362194a8d |
children | 104a2a2e5484 |
line diff
1.1 --- a/python-geojson/receipt Sun May 19 19:45:04 2019 +0200 1.2 +++ b/python-geojson/receipt Sun Sep 20 16:26:50 2020 +0000 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-geojson" 1.7 -VERSION="1.0" 1.8 +VERSION="2.5.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Encoder/decoder for simple GIS features." 1.11 +SHORT_DESC="Encoder and decoder for simple GIS features." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="https://pypi.python.org/pypi/geojson/$VERSION" 1.15 + 1.16 SOURCE="geojson" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" 1.19 -WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.21 1.22 DEPENDS="python" 1.23 -BUILD_DEPENDS="wget python python-setuptools" 1.24 +BUILD_DEPENDS="python python-setuptools" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 @@ -23,6 +24,5 @@ 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 - cp -a $install/usr $fs 1.33 + cp -a $install/usr $fs 1.34 } 1.35 -