dev-python/aioitertools: New package, v0.11.0

New test dependency of dev-python/openapi-core.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-02-15 15:43:27 +01:00
parent f9666a97ac
commit c1fa12072e
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST aioitertools-0.11.0.tar.gz 32053 BLAKE2B 1dea436f26f738b72aa2a2085d102b7228250f463cbc0cc45d8875a3a78e5468b3d3e7149f2df8754dbc6611f4f62e79ad263669a1f228e576fc2807d2f2f135 SHA512 ed2ca827ad72eadb541eab6621bb3d4a654f5f35a8ec185906aac558e2f7b7d6956e24b57b8540d48fdf48e6f630547ec0cc83627307c227bfc33bf1bf44c451

View File

@@ -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..12} )
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"
python_test() {
"${EPYTHON}" -m aioitertools.tests || die
}

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">omnilib/aioitertools</remote-id>
<remote-id type="pypi">aioitertools</remote-id>
</upstream>
</pkgmetadata>