twisted: picked up orphan port, updated 9.0.0 -> 11.0.0

This commit is contained in:
Danny Rawlins 2011-04-10 22:41:24 +10:00
parent 42c28c852a
commit 6e28859d5e
3 changed files with 1634 additions and 1580 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
93fc2756a09ffd1350c046cc940e4311 Twisted-9.0.0.tar.bz2
d7f94a1609a1b8f3b8c8d0146d4cfe54 Twisted-11.0.0.tar.bz2

View File

@ -1,20 +1,20 @@
# Description: Python event-driven networking framework.
# URL: http://www.twistedmatrix.com/
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Younes Hafri, ycrux at club-internet dot fr
# Depends on: zopeinterface, pycrypto
# Nice to have: pyserial, pyopenssl
# Depends on: zope.interface pycrypto
name=twisted
version=9.0.0
version=11.0.0
release=1
source=(http://tmrc.mit.edu/mirror/twisted/Twisted/${version::3}/Twisted-$version.tar.bz2)
source=(http://pypi.python.org/packages/source/T/Twisted/Twisted-$version.tar.bz2)
build() {
cd Twisted-$version
python setup.py install --root=$PKG
find $PKG -name '*.egg-info' \
-o -name topfiles \
| xargs rm -rf
}
find $PKG \
-name '*.egg-info' -o \
-name topfiles \
| xargs rm -rf
}