From 5da675ceecf12657420061f2257f7a09dbf7a084 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 17 Apr 2011 10:21:36 +0200 Subject: [PATCH] TwistedCore: update to TwistedCore-11.0.0 Signed-off-by: Stephan Raue --- packages/python/web/TwistedCore/meta | 4 ++-- ...0-setuptools.patch => TwistedCore-11.0.0-setuptools.patch} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename packages/python/web/TwistedCore/patches/{TwistedCore-10.1.0-setuptools.patch => TwistedCore-11.0.0-setuptools.patch} (100%) diff --git a/packages/python/web/TwistedCore/meta b/packages/python/web/TwistedCore/meta index 178eeb45fb..4b08e999db 100644 --- a/packages/python/web/TwistedCore/meta +++ b/packages/python/web/TwistedCore/meta @@ -19,12 +19,12 @@ ################################################################################ PKG_NAME="TwistedCore" -PKG_VERSION="10.1.0" +PKG_VERSION="11.0.0" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="MIT" PKG_SITE="http://twistedmatrix.com/" -PKG_URL="http://tmrc.mit.edu/mirror/twisted/Core/10.1/$PKG_NAME-$PKG_VERSION.tar.bz2" +PKG_URL="http://twistedmatrix.com/Releases/Core/11.0/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_DEPENDS="Python distribute" PKG_BUILD_DEPENDS="toolchain Python distribute distutilscross" PKG_PRIORITY="optional" diff --git a/packages/python/web/TwistedCore/patches/TwistedCore-10.1.0-setuptools.patch b/packages/python/web/TwistedCore/patches/TwistedCore-11.0.0-setuptools.patch similarity index 100% rename from packages/python/web/TwistedCore/patches/TwistedCore-10.1.0-setuptools.patch rename to packages/python/web/TwistedCore/patches/TwistedCore-11.0.0-setuptools.patch