wok rev 23709

updated twisted (19.7.0 -> 20.3.0)
author Hans-G?nter Theisgen
date Tue Apr 28 17:04:13 2020 +0100 (2020-04-28)
parents 585161df03c0
children 7b68fd2c893a
files twisted/receipt
line diff
     1.1 --- a/twisted/receipt	Tue Apr 28 14:56:48 2020 +0100
     1.2 +++ b/twisted/receipt	Tue Apr 28 17:04:13 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="twisted"
     1.7 -VERSION="19.7.0"
     1.8 +VERSION="20.3.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Event-driven networking for internet applications."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -12,8 +12,9 @@
    1.13  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.14  WGET_URL="https://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL"
    1.15  
    1.16 -DEPENDS="python-incremental python-attrs python-constantly zopeinterface"
    1.17 -BUILD_DEPENDS="python python-dev python-setuptools python-pip zopeinterface"
    1.18 +DEPENDS="python-attrs python-constantly python-incremental zopeinterface"
    1.19 +BUILD_DEPENDS="python python-dev python-incremental python-pip 
    1.20 +	python-setuptools zopeinterface"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24 @@ -25,5 +26,5 @@
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28 -	cp -a $install/usr $fs
    1.29 +	cp -a $install/usr	$fs
    1.30  }