2021-11-30 23:08:29 +01:00
|
|
|
# Description: List of registered asynchronous callbacks
|
|
|
|
# URL: https://github.com/aio-libs/aiosignal
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2022-07-10 19:05:22 +02:00
|
|
|
# Depends on: python3-build python3-frozenlist python3-installer
|
2021-11-30 23:08:29 +01:00
|
|
|
|
|
|
|
name=python3-aiosignal
|
2022-11-12 13:11:37 +00:00
|
|
|
version=1.3.1
|
2021-11-30 23:08:29 +01:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/aio-libs/aiosignal/archive/v$version/aiosignal-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd aiosignal-$version
|
2022-07-10 19:05:22 +02:00
|
|
|
|
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
|
|
/usr/bin/python3 -m installer --compile-bytecode 0 --destdir=$PKG dist/*.whl
|
2021-11-30 23:08:29 +01:00
|
|
|
}
|