diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-10-14 07:43:13 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-10-14 08:48:30 +0200 |
| commit | ee6f33e4b782258ef7994cc3ebfd54376b8e37b1 (patch) | |
| tree | 399ea2baa8c3c78ce19ab4b30c284a4220a90679 /dev-python | |
| parent | f6c9078ee0a8e039bb38314922a98cdb66c2d216 (diff) | |
| download | gentoo-ee6f33e4b782258ef7994cc3ebfd54376b8e37b1.tar.gz gentoo-ee6f33e4b782258ef7994cc3ebfd54376b8e37b1.tar.bz2 gentoo-ee6f33e4b782258ef7994cc3ebfd54376b8e37b1.zip | |
dev-python/aiostream: Bump to 0.7.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/aiostream/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/aiostream/aiostream-0.7.1.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/aiostream/Manifest b/dev-python/aiostream/Manifest index da7e6350962e..eb98fbfe1f8d 100644 --- a/dev-python/aiostream/Manifest +++ b/dev-python/aiostream/Manifest @@ -1 +1,2 @@ DIST aiostream-0.7.0.gh.tar.gz 46653 BLAKE2B d64b7306129d0047005a9ef981e94c2663caafd8cd3658e906d85b74a0e344671ef6f196790b24b1952d457af33a406bd78eb3a6608db7ce83404950f9e5c09b SHA512 dad58851680ab1d05f234bdd193112403297c82066e8d0fc2fcc7c1520853d7e4f767f6ebc49658d305a7c360603cde3fb7f5938ac03da1daa6e8b31473ffb35 +DIST aiostream-0.7.1.gh.tar.gz 46944 BLAKE2B f081eb96125ce4e5ccf77dcff6eedbba7c9a2a643ba1dde19139232b16b9be34a7803135d52857d2cd4a921da37441b040affe790a0a18dcf289bffe74e97229 SHA512 2859e6781a133fce70e9ba3af0f021b05f35b975298341400161ac0d1e4b884b93ad0f423beb4cd4bcc97c9f2050cd32f6fb9f6f55cee34ad1a9aeb14e549d09 diff --git a/dev-python/aiostream/aiostream-0.7.1.ebuild b/dev-python/aiostream/aiostream-0.7.1.ebuild new file mode 100644 index 000000000000..84c6b1635b67 --- /dev/null +++ b/dev-python/aiostream/aiostream-0.7.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 2022-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) + +inherit distutils-r1 + +DESCRIPTION="Generator-based operators for asynchronous iteration" +HOMEPAGE=" + https://pypi.org/project/aiostream/ + https://github.com/vxgmichel/aiostream/ +" +SRC_URI=" + https://github.com/vxgmichel/aiostream/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +RDEPEND=" + dev-python/typing-extensions[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=( pytest-asyncio ) +distutils_enable_tests pytest + +src_prepare() { + sed -i -e 's:--cov aiostream::' \ + pyproject.toml || die + distutils-r1_src_prepare +} |
