contrib/python3-twisted/Pkgfile

17 lines
576 B
Plaintext
Raw Permalink 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
2024-03-02 10:30:08 +01:00
version=24.3.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-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 09:16:51 +01:00
}