2021-06-14 19:51:45 +00:00
|
|
|
# Description: File support for asyncio
|
|
|
|
# URL: https://github.com/Tinche/aiofiles
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2023-04-01 14:07:05 +02:00
|
|
|
# Depends on: python3-cleo python3-tox
|
2021-06-14 19:51:45 +00:00
|
|
|
|
|
|
|
name=python3-aiofiles
|
2023-08-11 17:52:49 +02:00
|
|
|
version=23.2.1
|
2023-02-10 10:54:57 +01:00
|
|
|
release=1
|
2021-06-14 19:51:45 +00:00
|
|
|
source=(https://github.com/Tinche/aiofiles/archive/v$version/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd aiofiles-$version
|
2022-12-15 13:53:48 +00:00
|
|
|
|
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
2021-06-14 19:51:45 +00:00
|
|
|
}
|