diff --git a/srcpkgs/python3-aiostream/template b/srcpkgs/python3-aiostream/template index 5caebfbc178..844ccb4ee04 100644 --- a/srcpkgs/python3-aiostream/template +++ b/srcpkgs/python3-aiostream/template @@ -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 " 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