contrib/twisted/Pkgfile
2017-11-04 13:33:46 +11:00

16 lines
432 B
Plaintext

# Description: Python event-driven networking framework.
# URL: http://www.twistedmatrix.com/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: zope.interface pycrypto
name=twisted
version=17.9.0
release=1
source=(https://github.com/twisted/twisted/archive/twisted-$version.tar.gz)
build() {
cd twisted-twisted-$version
/usr/bin/python setup.py build
/usr/bin/python setup.py install --root=$PKG --optimize=1
}