diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-09-03 07:01:37 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-09-03 07:23:25 +0200 |
| commit | 7fe0b9b04fbc6ea9cfcd3560e1754af1e955b71e (patch) | |
| tree | 7eb7726c836d32599e55d90cfd23d68d48131d83 /dev-python/aioitertools/aioitertools-0.12.0.ebuild | |
| parent | 672df0d822808143b60eeddd572e7c46f3e697cf (diff) | |
| download | gentoo-7fe0b9b04fbc6ea9cfcd3560e1754af1e955b71e.tar.gz gentoo-7fe0b9b04fbc6ea9cfcd3560e1754af1e955b71e.tar.bz2 gentoo-7fe0b9b04fbc6ea9cfcd3560e1754af1e955b71e.zip | |
dev-python/aioitertools: Bump to 0.12.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aioitertools/aioitertools-0.12.0.ebuild')
| -rw-r--r-- | dev-python/aioitertools/aioitertools-0.12.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/aioitertools/aioitertools-0.12.0.ebuild b/dev-python/aioitertools/aioitertools-0.12.0.ebuild new file mode 100644 index 000000000000..57160f74075f --- /dev/null +++ b/dev-python/aioitertools/aioitertools-0.12.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( pypy3 python3_{10..13} ) + +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 +} |
