# HG changeset patch # User Hans-G?nter Theisgen # Date 1588089853 -3600 # Node ID 59ee8f1093779c7548876de07e09bacbff906ebd # Parent 585161df03c055472a106021c7a0810a07abf4cd updated twisted (19.7.0 -> 20.3.0) diff -r 585161df03c0 -r 59ee8f109377 twisted/receipt --- a/twisted/receipt Tue Apr 28 14:56:48 2020 +0100 +++ b/twisted/receipt Tue Apr 28 17:04:13 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="twisted" -VERSION="19.7.0" +VERSION="20.3.0" CATEGORY="network" SHORT_DESC="Event-driven networking for internet applications." MAINTAINER="pascal.bellard@slitaz.org" @@ -12,8 +12,9 @@ TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="https://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL" -DEPENDS="python-incremental python-attrs python-constantly zopeinterface" -BUILD_DEPENDS="python python-dev python-setuptools python-pip zopeinterface" +DEPENDS="python-attrs python-constantly python-incremental zopeinterface" +BUILD_DEPENDS="python python-dev python-incremental python-pip + python-setuptools zopeinterface" # Rules to configure and make the package. compile_rules() @@ -25,5 +26,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }