From eb8512da6389415cb0c893a3c13781883586dd21 Mon Sep 17 00:00:00 2001 From: milisman Date: Tue, 31 May 2016 05:07:36 +0300 Subject: [PATCH] python-twisted --- talimatname/genel/python-twisted/talimat | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 talimatname/genel/python-twisted/talimat diff --git a/talimatname/genel/python-twisted/talimat b/talimatname/genel/python-twisted/talimat new file mode 100644 index 000000000..147e42e28 --- /dev/null +++ b/talimatname/genel/python-twisted/talimat @@ -0,0 +1,14 @@ +# Description: Python event-driven networking framework. +# URL: http://www.twistedmatrix.com/ +# Packager: milisarge +# Depends on: python python-setuptools + +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 +}