2022-03-27 19:11:01 +02:00
|
|
|
# Description: Fast, simple object-to-object and broadcast signaling
|
2023-04-02 21:27:42 +02:00
|
|
|
# URL: https://blinker.readthedocs.io/en/stable/
|
2022-03-27 19:11:01 +02:00
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2023-04-02 21:27:42 +02:00
|
|
|
# Depends on: python3-build python3-installer
|
2022-03-27 19:11:01 +02:00
|
|
|
|
|
|
|
name=python3-blinker
|
2023-04-02 21:27:42 +02:00
|
|
|
version=1.6
|
2022-03-27 19:11:01 +02:00
|
|
|
release=1
|
|
|
|
source=(https://files.pythonhosted.org/packages/source/b/blinker/blinker-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd blinker-$version
|
2023-04-02 21:27:42 +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
|
2022-03-27 19:11:01 +02:00
|
|
|
}
|