mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
14 lines
581 B
Bash
14 lines
581 B
Bash
# Template file for 'python3-aiostream'
|
|
pkgname=python3-aiostream
|
|
version=0.7.0
|
|
revision=1
|
|
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=5ab4acd44ef5f583b6488c32ade465f43c3d7b0df039f1ee49dfb1fd1e255e02
|
|
make_check=no # tests do not see custom fixtures
|