wok rev 6428

Up: twisted-conch, twisted-web, twisted-words to 10.0.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Sep 27 06:54:15 2010 +0000 (2010-09-27)
parents 47aff52eae00
children 9c7938cac484
files twisted-conch/receipt twisted-web/receipt twisted-words/receipt
line diff
     1.1 --- a/twisted-conch/receipt	Mon Sep 27 06:52:47 2010 +0000
     1.2 +++ b/twisted-conch/receipt	Mon Sep 27 06:54:15 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="twisted-conch"
     1.7 -VERSION="8.2.0"
     1.8 +VERSION="10.0.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="The Twisted SSH Implementation."
    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/twisted/Conch/${VERSION%.*}/$TARBALL"
    1.15  DEPENDS="python twisted pycrypto"
    1.16 -BUILD_DEPENDS="python twisted"
    1.17 +BUILD_DEPENDS="python python-dev twisted"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
     2.1 --- a/twisted-web/receipt	Mon Sep 27 06:52:47 2010 +0000
     2.2 +++ b/twisted-web/receipt	Mon Sep 27 06:54:15 2010 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="twisted-web"
     2.7 -VERSION="8.2.0"
     2.8 +VERSION="10.0.0"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="An HTTP protocol implementation together with clients and servers."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -10,7 +10,7 @@
    2.13  WEB_SITE="http://twistedmatrix.com/trac/"
    2.14  WGET_URL="http://tmrc.mit.edu/mirror/twisted/Web/${VERSION%.*}/$TARBALL"
    2.15  DEPENDS="python twisted"
    2.16 -BUILD_DEPENDS="python twisted"
    2.17 +BUILD_DEPENDS="$DEPENDS python-dev"
    2.18  
    2.19  # Rules to configure and make the package.
    2.20  compile_rules()
     3.1 --- a/twisted-words/receipt	Mon Sep 27 06:52:47 2010 +0000
     3.2 +++ b/twisted-words/receipt	Mon Sep 27 06:54:15 2010 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="twisted-words"
     3.7 -VERSION="8.2.0"
     3.8 +VERSION="10.0.0"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="Chat and Instant Messaging."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12 @@ -10,7 +10,7 @@
    3.13  WEB_SITE="http://twistedmatrix.com/trac/"
    3.14  WGET_URL="http://tmrc.mit.edu/mirror/twisted/Words/${VERSION%.*}/$TARBALL"
    3.15  DEPENDS="python twisted"
    3.16 -BUILD_DEPENDS="python twisted"
    3.17 +BUILD_DEPENDS="$DEPENDS python-dev"
    3.18  
    3.19  # Rules to configure and make the package.
    3.20  compile_rules()