2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Python olay odaklı ağ oluşturma çerçevesi.
|
|
|
|
|
# URL: http://www.twistedmatrix.com/
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python python-setuptools python-zope_interface
|
2018-08-01 08:21:55 +02:00
|
|
|
|
# Grup: sistem
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=python-twisted
|
|
|
|
|
surum=15.5.0
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://pypi.python.org/packages/source/T/Twisted/Twisted-$surum.tar.bz2)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd Twisted-$surum
|
|
|
|
|
/usr/bin/python2 setup.py install --root=$PKG
|
|
|
|
|
}
|