15 lines
393 B
Plaintext
15 lines
393 B
Plaintext
# Description: Python olay odaklı ağ oluşturma çerçevesi.
|
||
# URL: http://www.twistedmatrix.com/
|
||
# Packager: milisarge
|
||
# Depends on: python python-setuptools python-zope_interface
|
||
|
||
name=python-twisted
|
||
version=15.5.0
|
||
release=1
|
||
source=(http://pypi.python.org/packages/source/T/Twisted/Twisted-$version.tar.bz2)
|
||
|
||
build() {
|
||
cd Twisted-$version
|
||
/usr/bin/python2 setup.py install --root=$PKG
|
||
}
|