milis/talimatname/genel/python-twisted/talimat

15 lines
393 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}