1
0
forked from ports/contrib
Tim Biermann 3f712b73e7 Revert "python-twisted: fixed case in depends on line"
This reverts commit 0e3ef692dd21ebaaa85367dec0d0ea93d27cf2e2.
2021-09-09 16:49:07 +02:00

16 lines
508 B
Plaintext

# Description: Python event-driven networking framework.
# URL: https://www.twistedmatrix.com/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python-Automat python-constantly python-hyperlink python-incremental python-zope-interface
name=python-twisted
version=19.10.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
}