summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2007-02-25 22:12:46 +0100
committerTreeve Jelbert2007-02-25 22:12:46 +0100
commit18fa50d2664031fafaac5b3996dfdb07a5b05714 (patch)
tree19a353baf8ac2f165078aa57ba82f819b394b2d5
parentbc269bd164d27b14321e80f74259e81fd65a27bd (diff)
twisted-core-2.5.0
-rwxr-xr-xpython-devel/twisted-core/BUILD2
-rwxr-xr-xpython-devel/twisted-core/DETAILS4
-rw-r--r--python-devel/twisted-core/HISTORY4
-rwxr-xr-xpython-devel/twisted-core/INSTALL2
4 files changed, 8 insertions, 4 deletions
diff --git a/python-devel/twisted-core/BUILD b/python-devel/twisted-core/BUILD
index 916f1cc60d..041af314c0 100755
--- a/python-devel/twisted-core/BUILD
+++ b/python-devel/twisted-core/BUILD
@@ -1,2 +1,2 @@
-cd $SOURCE_DIRECTORY/TwistedCore-2.4.0 &&
+cd $SOURCE_DIRECTORY/TwistedCore* &&
python setup.py build
diff --git a/python-devel/twisted-core/DETAILS b/python-devel/twisted-core/DETAILS
index 807f1bb30d..9ba04971a3 100755
--- a/python-devel/twisted-core/DETAILS
+++ b/python-devel/twisted-core/DETAILS
@@ -1,9 +1,9 @@
SPELL=twisted-core
- VERSION=2.4.0
+ VERSION=2.5.0
SOURCE=Twisted-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Twisted-$VERSION
SOURCE_URL[0]=http://tmrc.mit.edu/mirror/twisted/Twisted/${VERSION%.*}/$SOURCE
- SOURCE_HASH=sha512:f0fe3530aa2ee7152b34a85739fc51deec1f9813124becc271c4908e16516bc9ca24d1a8ce427234c11b782596b79dba0a82178e548075c9023933a9847c841b
+ SOURCE_HASH=sha512:d19e735b43365671540a0a4cfa28700723a38958f25947dfc4e463f9351e9682275dc708029bf0eaa1f848083a0a5f41554107a40ac1572b07c58d00de75ee08
WEB_SITE=http://twistedmatrix.com/
ENTERED=20071118
LICENSE[0]=MIT
diff --git a/python-devel/twisted-core/HISTORY b/python-devel/twisted-core/HISTORY
index 4df300e20b..3bf1b1b89a 100644
--- a/python-devel/twisted-core/HISTORY
+++ b/python-devel/twisted-core/HISTORY
@@ -1,3 +1,7 @@
+2007-02-25 Treeve Jelbert <treeve@pi.be>
+ * DETAILS: version 2.5.0
+ * BUILD, INSTALL: generalise component version
+
2006-11-18 George Sherwood <george@beernabeer.com>
* ALL: Created new spell twisted-core from twisted
diff --git a/python-devel/twisted-core/INSTALL b/python-devel/twisted-core/INSTALL
index 93b6dee821..411bb2e7d0 100755
--- a/python-devel/twisted-core/INSTALL
+++ b/python-devel/twisted-core/INSTALL
@@ -1,2 +1,2 @@
-cd $SOURCE_DIRECTORY/TwistedCore-2.4.0 &&
+cd $SOURCE_DIRECTORY/TwistedCore* &&
python setup.py install