python3-aiostream: update to 0.6.1.
This commit is contained in:
parent
5aae703425
commit
40b02a6b05
1 changed files with 6 additions and 6 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'python3-aiostream'
|
||||
pkgname=python3-aiostream
|
||||
version=0.5.2
|
||||
version=0.6.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
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=b71b519a2d66c38f0872403ab86417955b77352f08d9ad02ad46fc3926b389f4
|
||||
make_check=no # tarball provides no tests
|
||||
checksum=7bef8046e56f69b81c2d7cc394893dd9021046c3e02295968d3be0cb9e606196
|
||||
make_check=no # tests do not see custom fixtures
|
||||
|
|
Loading…
Add table
Reference in a new issue