15 lines
581 B
Bash
15 lines
581 B
Bash
# Template file for 'python3-aiostream'
|
|
pkgname=python3-aiostream
|
|
version=0.6.2
|
|
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=481e58c7f94b98f37a81384411ee39336dffb933784753b1cfa0a26f3681cc2c
|
|
make_check=no # tests do not see custom fixtures
|