wok rev 6427

Up: twisted to 10.0.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Sep 27 06:52:47 2010 +0000 (2010-09-27)
parents 1d12d150e3be
children 7e030d6e8f5b
files twisted/receipt
line diff
     1.1 --- a/twisted/receipt	Mon Sep 27 06:42:51 2010 +0000
     1.2 +++ b/twisted/receipt	Mon Sep 27 06:52:47 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="twisted"
     1.7 -VERSION="8.2.0"
     1.8 +VERSION="10.0.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Event-driven networking for internet applications."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -10,7 +10,7 @@
    1.13  WEB_SITE="http://twistedmatrix.com/trac/"
    1.14  WGET_URL="http://tmrc.mit.edu/mirror/$PACKAGE/$SOURCE/${VERSION%.*}/$TARBALL"
    1.15  DEPENDS="python zopeinterface"
    1.16 -BUILD_DEPENDS="python"
    1.17 +BUILD_DEPENDS="python python-dev"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()