twisted: upgrade to 8.0.1

This commit is contained in:
Lucas Hazel 2008-04-06 13:18:43 +10:00
parent 37a91cfa33
commit cc6d4fab2b
3 changed files with 1584 additions and 1462 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
56df2ae66db57932515a491c03bf514f Twisted-2.5.0.tar.bz2
1ba5bb530356a867cfee35e65e58a43c Twisted-8.0.1.tar.bz2

View File

@ -2,19 +2,18 @@
# URL: http://www.twistedmatrix.com/
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Packager: Younes Hafri, ycrux at club-internet dot fr
# Depends on: pyserial pyshadow gmpy pycrypto pyopenssl zopeinterface
# Depends on: zopeinterface, pycrypto
# Nice to have: pyserial, pyopenssl
name=twisted
version=2.5.0
version=8.0.1
release=1
source=(http://tmrc.mit.edu/mirror/twisted/Twisted/${version::3}/Twisted-$version.tar.bz2)
build() {
cd Twisted-$version
python setup.py build
python setup.py install --home=$PKG/usr
rm $PKG/usr/lib/python/twisted/python/zsh/README
python setup.py install --root=$PKG
find $PKG -name '*.egg-info' -or \
-name topfiles | xargs rm -rf
}