15 lines
542 B
Bash
15 lines
542 B
Bash
# Template file for 'python3-aiostream'
|
|
pkgname=python3-aiostream
|
|
version=0.4.5
|
|
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=3ecbf87085230fbcd9605c32ca20c4fb41af02c71d076eab246ea22e35947d88
|
|
make_check=no # tarball provides no tests
|