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