15 lines
542 B
Bash
15 lines
542 B
Bash
# Template file for 'python3-aiostream'
|
|
pkgname=python3-aiostream
|
|
version=0.5.2
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
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=b71b519a2d66c38f0872403ab86417955b77352f08d9ad02ad46fc3926b389f4
|
|
make_check=no # tarball provides no tests
|