forked from ports/contrib
twisted: initial import from private repo
This commit is contained in:
parent
e2d3c72e50
commit
67d39d8491
1472
twisted/.footprint
Normal file
1472
twisted/.footprint
Normal file
File diff suppressed because it is too large
Load Diff
1
twisted/.md5sum
Normal file
1
twisted/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
56df2ae66db57932515a491c03bf514f Twisted-2.5.0.tar.bz2
|
20
twisted/Pkgfile
Normal file
20
twisted/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: Python event-driven networking framework.
|
||||
# URL: http://www.twistedmatrix.com/
|
||||
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||
# Packager: Younes Hafri, ycrux at club-internet dot fr
|
||||
# Depends on: pyserial pyshadow gmpy pycrypto pyopenssl zopeinterface
|
||||
|
||||
name=twisted
|
||||
version=2.5.0
|
||||
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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user