all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: 56740@debbugs.gnu.org
Subject: [bug#56740] [PATCH 4/6] gnu: Add python-rcslice.
Date: Sun, 24 Jul 2022 16:45:23 +0200	[thread overview]
Message-ID: <2481b1eafd2f39bfd1c651cfed486dd816d140f3.1658669553.git.h.goebel@crazy-compilers.com> (raw)
In-Reply-To: <cover.1658669552.git.h.goebel@crazy-compilers.com>

* gnu/packages/python-xyz.scm (python-rcslice): New variable.
---
 gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a00df8c716..f4676fb928 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30222,3 +30222,29 @@ versa.  Extended WKB/WKT are also supported.")
     (synopsis "Handle cyclic relations")
     (description "This package handles cyclic relations compared by value.")
     (license license:bsd-3)))
+
+(define-public python-rcslice
+  (package
+    (name "python-rcslice")
+    (version "1.1.0")
+    (source (origin
+              ;; Use git, as there are some test files missing from the PyPI
+              ;; release, see https://github.com/neurobin/rcslice/issues/1
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/neurobin/rcslice")
+                    ;; Releases are not tagged on github, see
+                    ;; https://github.com/neurobin/rcslice/issues/2
+                    (commit "1e1ef42cd262db76b67ded430630d5b499790f42")))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1lmhcgghh60kvdlx0cin1phhgfy9jivc6l0mb4ibnpa1x1md0zvv"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/neurobin/rcslice")
+    (synopsis "Slice a list of sliceables")
+    (description "This package provides Python module to slice a list of
+sliceables (1 indexed, both start and end index are inclusive).  Helps to
+slice file content line by line or column by column or a combination of
+both.")
+    (license license:bsd-3)))
-- 
2.30.4





  parent reply	other threads:[~2022-07-24 14:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-24 13:33 [bug#56740] [PATCH 0/6] Some python modules Hartmut Goebel
2022-07-24 14:45 ` [bug#56740] [PATCH 1/6] gnu: Add python-mkdocs-markdownextradata-plugin Hartmut Goebel
2022-07-24 14:45 ` [bug#56740] [PATCH 2/6] gnu: Add python-starlette Hartmut Goebel
2022-07-24 14:45 ` [bug#56740] [PATCH 3/6] gnu: Add python-cyclic Hartmut Goebel
2022-07-24 14:45 ` Hartmut Goebel [this message]
2022-07-24 14:45 ` [bug#56740] [PATCH 5/6] gnu: Add python-mdx-include Hartmut Goebel
2022-07-24 14:45 ` [bug#56740] [PATCH 6/6] gnu: Add python-types-orjson Hartmut Goebel
     [not found] ` <handler.56740.B.165866963420116.ack@debbugs.gnu.org>
2022-08-10  8:04   ` [bug#56740] Acknowledgement ([PATCH 0/6] Some python modules) Hartmut Goebel
2022-08-10  8:31 ` bug#56740: [PATCH 0/6] Some python modules Hartmut Goebel

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

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

  git send-email \
    --in-reply-to=2481b1eafd2f39bfd1c651cfed486dd816d140f3.1658669553.git.h.goebel@crazy-compilers.com \
    --to=h.goebel@crazy-compilers.com \
    --cc=56740@debbugs.gnu.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.