Skip to content

Commit

Permalink
dev-python/aioitertools: New package, v0.11.0
Browse files Browse the repository at this point in the history
New test dependency of dev-python/openapi-core.

Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Feb 15, 2024
1 parent f9666a9 commit c1fa120
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/aioitertools/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST aioitertools-0.11.0.tar.gz 32053 BLAKE2B 1dea436f26f738b72aa2a2085d102b7228250f463cbc0cc45d8875a3a78e5468b3d3e7149f2df8754dbc6611f4f62e79ad263669a1f228e576fc2807d2f2f135 SHA512 ed2ca827ad72eadb541eab6621bb3d4a654f5f35a8ec185906aac558e2f7b7d6956e24b57b8540d48fdf48e6f630547ec0cc83627307c227bfc33bf1bf44c451
24 changes: 24 additions & 0 deletions dev-python/aioitertools/aioitertools-0.11.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
}
12 changes: 12 additions & 0 deletions dev-python/aioitertools/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">omnilib/aioitertools</remote-id>
<remote-id type="pypi">aioitertools</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit c1fa120

Please sign in to comment.