2023-08-06 21:41:58 +02:00
|
|
|
# Description: Python event-driven networking framework
|
2020-06-01 15:45:48 +00:00
|
|
|
# URL: https://www.twistedmatrix.com/
|
2023-08-06 21:41:58 +02:00
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2021-09-09 16:49:24 +02:00
|
|
|
# Depends on: python3-automat python3-constantly python3-hyperlink python3-incremental python3-zope-interface
|
2017-11-05 19:16:51 +11:00
|
|
|
|
|
|
|
name=python3-twisted
|
2023-10-31 18:32:20 +01:00
|
|
|
version=23.10.0
|
2017-11-05 19:16:51 +11: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 19:16:51 +11:00
|
|
|
|
2023-08-29 06:58:38 +02:00
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
2017-11-05 19:16:51 +11:00
|
|
|
}
|