milis/talimatname/genel/p/python-twisted/talimat

15 lines
378 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Python olay odaklı ağ oluşturma çerçevesi.
2016-05-31 04:07:36 +02:00
# URL: http://www.twistedmatrix.com/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python python-setuptools python-zope_interface
2016-05-31 04:07:36 +02:00
2017-10-28 14:10:23 +02:00
isim=python-twisted
surum=15.5.0
devir=1
kaynak=(http://pypi.python.org/packages/source/T/Twisted/Twisted-$surum.tar.bz2)
2016-05-31 04:07:36 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd Twisted-$surum
2016-05-31 04:07:36 +02:00
/usr/bin/python2 setup.py install --root=$PKG
}