wok rev 23498
updated python-itsdangerous (0.24 -> 1.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 07:39:15 2020 +0100 (2020-04-06) |
parents | 9324c85dbeba |
children | cbaca39c624c |
files | python-itsdangerous/receipt |
line diff
1.1 --- a/python-itsdangerous/receipt Mon Apr 06 07:33:10 2020 +0100 1.2 +++ b/python-itsdangerous/receipt Mon Apr 06 07:39:15 2020 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-itsdangerous" 1.7 -SOURCE="itsdangerous" 1.8 -VERSION="0.24" 1.9 +VERSION="1.1.0" 1.10 CATEGORY="development" 1.11 -SHORT_DESC="Various helpers to pass trusted data to untrusted environments and back" 1.12 +SHORT_DESC="Various helpers to pass trusted data to untrusted environments and back." 1.13 MAINTAINER="pascal.bellard@slitaz.org" 1.14 LICENSE="BSD" 1.15 -WEB_SITE="https://pypi.org/project/click/" 1.16 +WEB_SITE="https://pypi.org/project/itsdangerous/" 1.17 + 1.18 +SOURCE="itsdangerous" 1.19 TARBALL="$SOURCE-$VERSION.tar.gz" 1.20 -WGET_URL="https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/$TARBALL" 1.21 +WGET_URL="https://files.pythonhosted.org/packages/source/i/$SOURCE/$TARBALL" 1.22 1.23 DEPENDS="python" 1.24 -BUILD_DEPENDS="python" 1.25 +BUILD_DEPENDS="python python-setuptools" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 @@ -23,5 +24,5 @@ 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 genpkg_rules() 1.32 { 1.33 - cp -a $install/usr $fs/ 1.34 + cp -a $install/usr $fs 1.35 }