contrib/python-twisted/Pkgfile

16 lines
508 B
Plaintext
Raw Normal View History

# Description: Python event-driven networking framework.
2020-06-01 17:45:48 +02:00
# URL: https://www.twistedmatrix.com/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python-Automat python-constantly python-hyperlink python-incremental python-zope-interface
name=python-twisted
2019-11-16 12:29:25 +01:00
version=19.10.0
2012-04-04 12:59:37 +02:00
release=1
2017-11-04 03:33:46 +01:00
source=(https://github.com/twisted/twisted/archive/twisted-$version.tar.gz)
build() {
2017-11-04 03:33:46 +01:00
cd twisted-twisted-$version
/usr/bin/python setup.py build
/usr/bin/python setup.py install --root=$PKG --optimize=1
}