wok rev 22064
updated twisted (13.2.0 -> 19.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 24 17:19:52 2019 +0100 (2019-10-24) |
parents | 487e1c66b9ed |
children | 2fb468a8fde8 |
files | twisted/receipt |
line diff
1.1 --- a/twisted/receipt Thu Oct 24 16:54:48 2019 +0100 1.2 +++ b/twisted/receipt Thu Oct 24 17:19:52 2019 +0100 1.3 @@ -1,23 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="twisted" 1.7 -VERSION="13.2.0" 1.8 +VERSION="19.7.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Event-driven networking for internet applications." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://twistedmatrix.com/trac/" 1.14 + 1.15 SOURCE="Twisted" 1.16 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.17 -WEB_SITE="https://twistedmatrix.com/trac/" 1.18 WGET_URL="https://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL" 1.19 1.20 DEPENDS="python zopeinterface" 1.21 -BUILD_DEPENDS="python python-dev zopeinterface" 1.22 +BUILD_DEPENDS="python python-dev python-setuptools zopeinterface" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - python setup.py build && python setup.py install --root=$DESTDIR 1.28 + python setup.py build && 1.29 + python setup.py install --root=$DESTDIR 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg.