wok diff python-six/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
parents 97b8cb8c268b
children 1df6fa555414
line diff
     1.1 --- a/python-six/receipt	Sun Jul 14 10:28:47 2019 +0200
     1.2 +++ b/python-six/receipt	Mon Apr 27 09:29:39 2020 +0000
     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 -