contrib/python3-aiofiles/Pkgfile

17 lines
511 B
Plaintext
Raw Normal View History

# Description: File support for asyncio
# URL: https://github.com/Tinche/aiofiles
# Maintainer: Tim Biermann, tbier at posteo dot de
2022-09-11 19:23:14 +02:00
# Depends on: python3-cleo python3-poetry python3-tox
name=python3-aiofiles
2022-09-11 19:23:14 +02:00
version=22.1.0
2022-12-15 14:53:48 +01:00
release=2
source=(https://github.com/Tinche/aiofiles/archive/v$version/$name-$version.tar.gz)
build() {
cd aiofiles-$version
2022-12-15 14:53:48 +01:00
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}