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

15 lines
386 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
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
}