# HG changeset patch # User Christopher Rogers # Date 1285570455 0 # Node ID 7e030d6e8f5b20d3c19f6e5b41f358e43595bb85 # Parent 47aff52eae000985321cbdf3ca38b6ab0379bcb9 Up: twisted-conch, twisted-web, twisted-words to 10.0.0. diff -r 47aff52eae00 -r 7e030d6e8f5b twisted-conch/receipt --- a/twisted-conch/receipt Mon Sep 27 06:52:47 2010 +0000 +++ b/twisted-conch/receipt Mon Sep 27 06:54:15 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="twisted-conch" -VERSION="8.2.0" +VERSION="10.0.0" CATEGORY="network" SHORT_DESC="The Twisted SSH Implementation." MAINTAINER="pascal.bellard@slitaz.org" @@ -10,7 +10,7 @@ WEB_SITE="http://twistedmatrix.com/trac/" WGET_URL="http://tmrc.mit.edu/mirror/twisted/Conch/${VERSION%.*}/$TARBALL" DEPENDS="python twisted pycrypto" -BUILD_DEPENDS="python twisted" +BUILD_DEPENDS="python python-dev twisted" # Rules to configure and make the package. compile_rules() diff -r 47aff52eae00 -r 7e030d6e8f5b twisted-web/receipt --- a/twisted-web/receipt Mon Sep 27 06:52:47 2010 +0000 +++ b/twisted-web/receipt Mon Sep 27 06:54:15 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="twisted-web" -VERSION="8.2.0" +VERSION="10.0.0" CATEGORY="network" SHORT_DESC="An HTTP protocol implementation together with clients and servers." MAINTAINER="pascal.bellard@slitaz.org" @@ -10,7 +10,7 @@ WEB_SITE="http://twistedmatrix.com/trac/" WGET_URL="http://tmrc.mit.edu/mirror/twisted/Web/${VERSION%.*}/$TARBALL" DEPENDS="python twisted" -BUILD_DEPENDS="python twisted" +BUILD_DEPENDS="$DEPENDS python-dev" # Rules to configure and make the package. compile_rules() diff -r 47aff52eae00 -r 7e030d6e8f5b twisted-words/receipt --- a/twisted-words/receipt Mon Sep 27 06:52:47 2010 +0000 +++ b/twisted-words/receipt Mon Sep 27 06:54:15 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="twisted-words" -VERSION="8.2.0" +VERSION="10.0.0" CATEGORY="network" SHORT_DESC="Chat and Instant Messaging." MAINTAINER="pascal.bellard@slitaz.org" @@ -10,7 +10,7 @@ WEB_SITE="http://twistedmatrix.com/trac/" WGET_URL="http://tmrc.mit.edu/mirror/twisted/Words/${VERSION%.*}/$TARBALL" DEPENDS="python twisted" -BUILD_DEPENDS="python twisted" +BUILD_DEPENDS="$DEPENDS python-dev" # Rules to configure and make the package. compile_rules()