summaryrefslogtreecommitdiff
path: root/python-twisted/Pkgfile
blob: a7eb521194eac6ca18a8add4a38a211af2767281 (plain)
    1 # Description: Python event-driven networking framework.
    2 # URL: https://www.twistedmatrix.com/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: python-Automat python-constantly python-hyperlink python-incremental python-zope-interface
    5 
    6 name=python-twisted
    7 version=19.10.0
    8 release=1
    9 source=(https://github.com/twisted/twisted/archive/twisted-$version.tar.gz)
   10 
   11 build() {
   12 	cd twisted-twisted-$version
   13 	/usr/bin/python setup.py build
   14 	/usr/bin/python setup.py install --root=$PKG --optimize=1
   15 }

Generated by cgit