dev-python/iterable-io: Bump to 1.0.2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-05-16 07:50:38 +02:00
parent 47b36d5d03
commit 90d324daa9
2 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST iterable_io-1.0.1.tar.gz 6199 BLAKE2B b7c8667746939b6e5f85e79789d314cd2a4d428d21572661a548e5c4c829a60c86195e42ea84d43c388b540438d5909e666a6cb3b7cf53be83ac5b682927b713 SHA512 7019080afab3a1d890635c1a98dc722dbebe9d0cf777c37f41412bade4d153953ae7defff2c082852c34ba7e7e460c6599e9d4f2ce3aa30e1d43d37314506fb8
DIST iterable_io-1.0.2.tar.gz 6315 BLAKE2B e79972c65e78dafd984448a557c085f80192ea1cf48f3c474f354ea5eced68d24555e10a7edaec2d144491c447a97ae17f4126d447d22a8c69bcbe276f687789 SHA512 24cb8465bdac63080bdbb29966515abde35c958ba0c0d545303d517e27e41df74c8c6d4360853db615397db89e857f30b39626e7b2a98194c1a72b0a3da6047f

View File

@@ -0,0 +1,22 @@
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( pypy3_11 python3_{11..15} )
inherit distutils-r1 pypi
DESCRIPTION="Adapt generators and other iterables to a file-like interface"
HOMEPAGE="
https://github.com/pR0Ps/iterable-io/
https://pypi.org/project/iterable-io/
"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest