unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: TakeV via Guix-patches via <guix-patches@gnu.org>
To: 70171@debbugs.gnu.org
Cc: TakeV <takev@disroot.org>, Lars-Dominik Braun <lars@6xq.net>,
	Marius Bakke <marius@gnu.org>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	Sharlatan Hellseher <sharlatanus@gmail.com>,
	Tanguy Le Carrour <tanguy@bioneland.org>,
	jgart <jgart@dismail.de>
Subject: [bug#70171] [PATCH 1/3] gnu: Add python-iterable-io.
Date: Wed,  3 Apr 2024 18:21:24 -0400	[thread overview]
Message-ID: <d994fa7c40e19547c28a1944409c5de51f725344.1712182575.git.takev@disroot.org> (raw)
In-Reply-To: <cover.1712182575.git.takev@disroot.org>

* gnu/packages/python-xyz.scm (python-iterable-io): New variable.

Change-Id: Icd4b10e27b5f4963fd3e3ea516676e84b3c5ecd4
---
 gnu/packages/python-xyz.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cd10f304c8..9487b1fac9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34979,6 +34979,23 @@ (define-public python-itemloaders
 parsing rules in a single place.")
     (license license:bsd-3)))
 
+(define-public python-iterable-io
+  (package
+    (name "python-iterable-io")
+    (version "1.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "iterable-io" version))
+       (sha256
+        (base32 "0g4cn522n4dv6ly8pwf97dc62rr4f7my38v0bh6vmac7jmrip7pv"))))
+    (build-system pyproject-build-system)
+    (home-page "https://github.com/pR0Ps/iterable-io")
+    (synopsis "Adapt generators and other iterables to a file-like interface")
+    (description
+     "Adapt generators and other iterables to a file-like interface")
+    (license license:lgpl3)))
+
 (define-public python-iteround
   (package
     (name "python-iteround")
-- 
2.41.0





  reply	other threads:[~2024-04-03 22:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-03 22:16 [bug#70171] [PATCH 0/3] gnu: magic-wormhole: Update to 0.14.0 TakeV via Guix-patches via
2024-04-03 22:21 ` TakeV via Guix-patches via [this message]
2024-04-03 22:21 ` [bug#70171] [PATCH 2/3] gnu: Add python-zipstream-ng TakeV via Guix-patches via
2024-04-03 22:21 ` [bug#70171] [PATCH 3/3] gnu: magic-wormhole: Update to 0.14.0 TakeV via Guix-patches via
2024-04-06 22:35 ` bug#70171: [PATCH 0/3] " Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d994fa7c40e19547c28a1944409c5de51f725344.1712182575.git.takev@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=70171@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    --cc=marius@gnu.org \
    --cc=me@bonfacemunyoki.com \
    --cc=sharlatanus@gmail.com \
    --cc=takev@disroot.org \
    --cc=tanguy@bioneland.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).