wok-current rev 23562
updated python-six (1.10.0 -> 1.14.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 07:56:52 2020 +0100 (2020-04-07) |
parents | 7cbe6d2c90dc |
children | 6dc658ef46da |
files | python-six/receipt |
line diff
1.1 --- a/python-six/receipt Tue Apr 07 07:51:57 2020 +0100 1.2 +++ b/python-six/receipt Tue Apr 07 07:56:52 2020 +0100 1.3 @@ -1,19 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-six" 1.7 -SOURCE="six" 1.8 -VERSION="1.10.0" 1.9 +VERSION="1.14.0" 1.10 CATEGORY="development" 1.11 -SHORT_DESC="Six is a Python 2 and 3 compatibility library." 1.12 +SHORT_DESC="A Python 2 and 3 compatibility library." 1.13 MAINTAINER="claudinei@slitaz.org" 1.14 LICENSE="MIT" 1.15 +WEB_SITE="https://pypi.org/project/six/" 1.16 + 1.17 +SOURCE="six" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 -WEB_SITE="https://github.com/benjaminp/six" 1.20 -WGET_URL="https://pypi.python.org/packages/source/s/$SOURCE/$TARBALL" 1.21 -HOST_ARCH="i486 arm" 1.22 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.23 1.24 DEPENDS="python" 1.25 -BUILD_DEPENDS="wget cacerts python-dev" 1.26 +BUILD_DEPENDS="python python-dev" 1.27 + 1.28 +HOST_ARCH="i486 arm" 1.29 1.30 # Rules to configure and make the package. 1.31 compile_rules() 1.32 @@ -24,6 +26,5 @@ 1.33 # Rules to gen a SliTaz package suitable for Tazpkg. 1.34 genpkg_rules() 1.35 { 1.36 - cp -a $install/usr $fs 1.37 + cp -a $install/usr $fs 1.38 } 1.39 -