15 lines
581 B
Bash
15 lines
581 B
Bash
# Template file for 'python3-aiostream'
|
|
pkgname=python3-aiostream
|
|
version=0.6.4
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3-typing_extensions"
|
|
short_desc="Generator-based operators for asynchronous iteration"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://aiostream.readthedocs.io/"
|
|
distfiles="${PYPI_SITE}/a/aiostream/aiostream-${version}.tar.gz"
|
|
checksum=f99bc6b1b9cea3e70885dc235a233523597555fe4a585ed21d65264b3f1ff3d2
|
|
make_check=no # tests do not see custom fixtures
|