wok rev 23568

updated python-tornado (5.1.0 -> 5.1.1)
author Hans-G?nter Theisgen
date Tue Apr 07 09:09:02 2020 +0100 (2020-04-07)
parents e83602aa33a4
children 87f1b9716eb6
files python-tornado/receipt
line diff
     1.1 --- a/python-tornado/receipt	Tue Apr 07 09:00:03 2020 +0100
     1.2 +++ b/python-tornado/receipt	Tue Apr 07 09:09:02 2020 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-tornado"
     1.7 -VERSION="5.1.0"
     1.8 +VERSION="5.1.1"		# last version for Python 2
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="A web framework and asynchronous networking library"
    1.11 +SHORT_DESC="A web framework and asynchronous networking library."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="Apache"
    1.14 -WEB_SITE="http://www.tornadoweb.org/"
    1.15 +WEB_SITE="https://www.tornadoweb.org/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WGET_URL="https://github.com/tornadoweb/tornado/archive/v$VERSION.tar.gz"
    1.19  
    1.20 -DEPENDS="python-futures python-singledispatch python-backports_abc"
    1.21 -BUILD_DEPENDS="python-dev"
    1.22 +DEPENDS="python python-backports_abc python-futures python-singledispatch"
    1.23 +BUILD_DEPENDS="python python-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27 @@ -22,5 +23,5 @@
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	cp -a $install/usr $fs/
    1.32 +	cp -a $install/usr	$fs
    1.33  }