diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-11-07 03:57:29 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-11-07 04:04:44 +0100 |
| commit | 95d91f60d124c390be7d3ff3fd6c31eac3ab01ab (patch) | |
| tree | 90898a45bfed6dd858263c7501b6c65e18d1957f /dev-python/aioitertools/aioitertools-0.13.0.ebuild | |
| parent | acb5c328b1121de78b2dc37a69b5cb456da75d58 (diff) | |
| download | gentoo-95d91f60d124c390be7d3ff3fd6c31eac3ab01ab.tar.gz gentoo-95d91f60d124c390be7d3ff3fd6c31eac3ab01ab.tar.bz2 gentoo-95d91f60d124c390be7d3ff3fd6c31eac3ab01ab.zip | |
dev-python/aioitertools: Bump to 0.13.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aioitertools/aioitertools-0.13.0.ebuild')
| -rw-r--r-- | dev-python/aioitertools/aioitertools-0.13.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/aioitertools/aioitertools-0.13.0.ebuild b/dev-python/aioitertools/aioitertools-0.13.0.ebuild new file mode 100644 index 000000000000..ab13154494db --- /dev/null +++ b/dev-python/aioitertools/aioitertools-0.13.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYPI_VERIFY_REPO=https://github.com/omnilib/aioitertools +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="itertools and builtins for AsyncIO and mixed iterables" +HOMEPAGE=" + https://aioitertools.omnilib.dev/ + https://github.com/omnilib/aioitertools/ + https://pypi.org/project/aioitertools/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + +python_test() { + "${EPYTHON}" -m aioitertools.tests || die +} |
