wok diff python-tornado/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
parents f24908c722f8
children 5ea0ce1cecc0
line diff
     1.1 --- a/python-tornado/receipt	Thu Sep 20 21:53:55 2018 +0200
     1.2 +++ b/python-tornado/receipt	Sat May 02 17:31:45 2020 +0000
     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  }