contrib/python3-twisted/Pkgfile

19 lines
544 B
Plaintext
Raw Normal View History

2023-08-06 21:41:58 +02:00
# Description: Python event-driven networking framework
2020-06-01 17:45:48 +02:00
# URL: https://www.twistedmatrix.com/
2023-08-06 21:41:58 +02:00
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-automat python3-constantly python3-hyperlink python3-incremental python3-zope-interface
2017-11-05 09:16:51 +01:00
name=python3-twisted
2022-11-01 15:10:11 +01:00
version=22.10.0
2017-11-05 09:16:51 +01:00
release=1
source=(https://github.com/twisted/twisted/archive/twisted-$version.tar.gz)
build() {
2023-08-06 21:41:58 +02:00
cd twisted-twisted-$version
2017-11-05 09:16:51 +01:00
2023-08-06 21:41:58 +02:00
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
--skip-build
2017-11-05 09:16:51 +01:00
}