* [gentoo-commits] repo/gentoo:master commit in: dev-python/iterable-io/
@ 2024-08-10 11:54 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2024-08-10 11:54 UTC (permalink / raw
To: gentoo-commits
commit: 72e6a83f46ce6e6092474e4fae3f933bb367d96e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 11:28:29 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 @@
+<?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">pR0Ps/iterable-io</remote-id>
+ <remote-id type="pypi">iterable-io</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/iterable-io/
@ 2024-08-10 15:41 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2024-08-10 15:41 UTC (permalink / raw
To: gentoo-commits
commit: 9f5eb1222384b4890e77b15a072b879aceff7691
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 15:41:41 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 15:41:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5eb122
dev-python/iterable-io: Keyword 1.0.0 x86, #937699
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/iterable-io/iterable-io-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/iterable-io/iterable-io-1.0.0.ebuild b/dev-python/iterable-io/iterable-io-1.0.0.ebuild
index 9e16845750e8..c07a54aeb600 100644
--- a/dev-python/iterable-io/iterable-io-1.0.0.ebuild
+++ b/dev-python/iterable-io/iterable-io-1.0.0.ebuild
@@ -17,6 +17,6 @@ HOMEPAGE="
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/iterable-io/
@ 2024-08-12 12:48 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2024-08-12 12:48 UTC (permalink / raw
To: gentoo-commits
commit: 407aabf6fe5dfb6dc1d2d457961cb5d636beb62b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 12:48:28 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 12:48:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407aabf6
dev-python/iterable-io: Keyword 1.0.0 arm64, #937699
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/iterable-io/iterable-io-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/iterable-io/iterable-io-1.0.0.ebuild b/dev-python/iterable-io/iterable-io-1.0.0.ebuild
index c07a54aeb600..7694889a320b 100644
--- a/dev-python/iterable-io/iterable-io-1.0.0.ebuild
+++ b/dev-python/iterable-io/iterable-io-1.0.0.ebuild
@@ -17,6 +17,6 @@ HOMEPAGE="
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/iterable-io/
@ 2024-11-25 19:01 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-11-25 19:01 UTC (permalink / raw
To: gentoo-commits
commit: fdab4fe5f23488847e61d8c01ce0060b751f8ddc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 25 19:00:40 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 25 19:00:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdab4fe5
dev-python/iterable-io: Stabilize 1.0.0 amd64, #944887
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/iterable-io/iterable-io-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/iterable-io/iterable-io-1.0.0.ebuild b/dev-python/iterable-io/iterable-io-1.0.0.ebuild
index 7694889a320b..b4d3a6da4897 100644
--- a/dev-python/iterable-io/iterable-io-1.0.0.ebuild
+++ b/dev-python/iterable-io/iterable-io-1.0.0.ebuild
@@ -17,6 +17,6 @@ HOMEPAGE="
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/iterable-io/
@ 2025-02-27 20:59 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2025-02-27 20:59 UTC (permalink / raw
To: gentoo-commits
commit: 3f82015c4ee530afd7e05512c9b15bf233022c90
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 20:23:36 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 20:57:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f82015c
dev-python/iterable-io: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/iterable-io/iterable-io-1.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/iterable-io/iterable-io-1.0.0.ebuild b/dev-python/iterable-io/iterable-io-1.0.0.ebuild
index b4d3a6da4897..5493a1cd4fe0 100644
--- a/dev-python/iterable-io/iterable-io-1.0.0.ebuild
+++ b/dev-python/iterable-io/iterable-io-1.0.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 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} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-02-27 20:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-10 15:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/iterable-io/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:59 Michał Górny
2024-11-25 19:01 Sam James
2024-08-12 12:48 Arthur Zamarin
2024-08-10 11:54 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox