From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73BD3159C9B for ; Sat, 10 Aug 2024 11:54:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10E092BC06A; Sat, 10 Aug 2024 11:54:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E62002BC06A for ; Sat, 10 Aug 2024 11:54:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9AC534310E for ; Sat, 10 Aug 2024 11:54:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12F881B89 for ; Sat, 10 Aug 2024 11:54:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1723289309.72e6a83f46ce6e6092474e4fae3f933bb367d96e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/iterable-io/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/iterable-io/Manifest dev-python/iterable-io/iterable-io-1.0.0.ebuild dev-python/iterable-io/metadata.xml X-VCS-Directories: dev-python/iterable-io/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 72e6a83f46ce6e6092474e4fae3f933bb367d96e X-VCS-Branch: master Date: Sat, 10 Aug 2024 11:54:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5db84196-c76e-4b68-af0a-742922ce6a4a X-Archives-Hash: 4db57bdc148c991c96337d04091906fd commit: 72e6a83f46ce6e6092474e4fae3f933bb367d96e Author: Michał Górny gentoo org> AuthorDate: Sat Aug 10 11:28:29 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 10 11:28:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e6a83f dev-python/iterable-io: New package, v1.0.0 Now required by dev-python/magic-wormhole. Signed-off-by: Michał Górny gentoo.org> dev-python/iterable-io/Manifest | 1 + dev-python/iterable-io/iterable-io-1.0.0.ebuild | 22 ++++++++++++++++++++++ dev-python/iterable-io/metadata.xml | 12 ++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-python/iterable-io/Manifest b/dev-python/iterable-io/Manifest new file mode 100644 index 000000000000..aef8b9ce169f --- /dev/null +++ b/dev-python/iterable-io/Manifest @@ -0,0 +1 @@ +DIST iterable-io-1.0.0.tar.gz 6050 BLAKE2B f7f4c6b463f2072885d6ffe449e768e1bbdfbe6c2741ac5d06515b47ac94a1f6ddecfe776f885c86a1eb9e8677e255f2b1a7254275143d03ca1c5978d8160dc4 SHA512 671f61d25645af027bffe07972f263073097baba83c68e64daa2fff4d66b6a537da91ff5039a4d45e1d6ad6e4f49cba84c6c0e61c3c5a32c9f327698653beefe diff --git a/dev-python/iterable-io/iterable-io-1.0.0.ebuild b/dev-python/iterable-io/iterable-io-1.0.0.ebuild new file mode 100644 index 000000000000..9e16845750e8 --- /dev/null +++ b/dev-python/iterable-io/iterable-io-1.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( pypy3 python3_{10..13} ) + +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" + +distutils_enable_tests pytest diff --git a/dev-python/iterable-io/metadata.xml b/dev-python/iterable-io/metadata.xml new file mode 100644 index 000000000000..9cc0bb7641ab --- /dev/null +++ b/dev-python/iterable-io/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + + + + pR0Ps/iterable-io + iterable-io + +