# HG changeset patch # User Hans-G?nter Theisgen # Date 1571933992 -3600 # Node ID c599e279dd2dab3c2b03f9803b73b7f446785d95 # Parent 487e1c66b9ed029830e5b2946a4e299f10984f54 updated twisted (13.2.0 -> 19.7.0) diff -r 487e1c66b9ed -r c599e279dd2d twisted/receipt --- a/twisted/receipt Thu Oct 24 16:54:48 2019 +0100 +++ b/twisted/receipt Thu Oct 24 17:19:52 2019 +0100 @@ -1,23 +1,25 @@ # SliTaz package receipt. PACKAGE="twisted" -VERSION="13.2.0" +VERSION="19.7.0" CATEGORY="network" SHORT_DESC="Event-driven networking for internet applications." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://twistedmatrix.com/trac/" + SOURCE="Twisted" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="https://twistedmatrix.com/trac/" WGET_URL="https://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL" DEPENDS="python zopeinterface" -BUILD_DEPENDS="python python-dev zopeinterface" +BUILD_DEPENDS="python python-dev python-setuptools zopeinterface" # Rules to configure and make the package. compile_rules() { - python setup.py build && python setup.py install --root=$DESTDIR + python setup.py build && + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.