From 40b02a6b05a3b1a9e3a9b762cbce5564847a804c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 12 May 2024 21:22:42 -0400 Subject: [PATCH] python3-aiostream: update to 0.6.1. --- srcpkgs/python3-aiostream/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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