unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47796] [PATCH] gnu: Add python-mappy.
@ 2021-04-15 13:12 Roel Janssen
  2021-04-15 17:09 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Roel Janssen @ 2021-04-15 13:12 UTC (permalink / raw)
  To: 47796

[-- Attachment #1: Type: text/plain, Size: 59 bytes --]

Hi Guix,

Here's a patch for python-mappy.

Cheers,
Roel



[-- Attachment #2: 0001-gnu-Add-python-mappy.patch --]
[-- Type: text/x-patch, Size: 2095 bytes --]

From d2df153a97eb326cbb72c556ffbd821877e9419a Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Thu, 15 Apr 2021 15:09:59 +0200
Subject: [PATCH] gnu: Add python-mappy.

* gnu/packages/python-xyz.scm (python-mappy): New variable.
---
 gnu/packages/python-xyz.scm | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9d115790e1..5a4220541e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -39,7 +39,7 @@
 ;;; Copyright © 2017 Ben Sturmfels <ben@sturm.com.au>
 ;;; Copyright © 2017, 2018, 2019 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;; Copyright © 2017 José Miguel Sánchez García <jmi2k@openmailbox.org>
-;;; Copyright © 2017, 2020 Roel Janssen <roel@gnu.org>
+;;; Copyright © 2017, 2020, 2021 Roel Janssen <roel@gnu.org>
 ;;; Copyright © 2017, 2018, 2019 Kei Kebreau <kkebreau@posteo.net>
 ;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 ;;; Copyright © 2017 Muriithi Frederick Muriuki <fredmanglis@gmail.com>
@@ -2020,6 +2020,28 @@ information created by most SVG editors.  Optimization options are typically
 lossless but can be tweaked for more aggressive cleaning.")
     (license license:asl2.0)))
 
+(define-public python-mappy
+  (package
+   (name "python-mappy")
+   (version "2.18")
+   (source (origin
+            (method url-fetch)
+            (uri (pypi-uri "mappy" version))
+            (sha256
+             (base32
+              "1a05p7rkmxa6qhm108na8flzj2v45jab06drk59kzk1ip2sgvzqq"))))
+   (build-system python-build-system)
+   (native-inputs
+    `(("python-cython" ,python-cython)))
+   (inputs
+    `(("zlib" ,zlib)))
+   (home-page "https://github.com/lh3/minimap2")
+   (synopsis "Python binding for minimap2")
+   (description "This package provides a convenient interface to minimap2,
+a fast and accurate C program to align genomic and transcribe nucleotide
+sequences.")
+   (license license:expat)))
+
 (define-public python-mechanize
   (package
     (name "python-mechanize")
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#47796] [PATCH] gnu: Add python-mappy.
  2021-04-15 13:12 [bug#47796] [PATCH] gnu: Add python-mappy Roel Janssen
@ 2021-04-15 17:09 ` Leo Famulari
  2021-04-16  9:26   ` bug#47796: " Roel Janssen
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2021-04-15 17:09 UTC (permalink / raw)
  To: Roel Janssen; +Cc: 47796

> From d2df153a97eb326cbb72c556ffbd821877e9419a Mon Sep 17 00:00:00 2001
> From: Roel Janssen <roel@gnu.org>
> Date: Thu, 15 Apr 2021 15:09:59 +0200
> Subject: [PATCH] gnu: Add python-mappy.
> 
> * gnu/packages/python-xyz.scm (python-mappy): New variable.

Thanks! LGTM




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#47796: [PATCH] gnu: Add python-mappy.
  2021-04-15 17:09 ` Leo Famulari
@ 2021-04-16  9:26   ` Roel Janssen
  0 siblings, 0 replies; 3+ messages in thread
From: Roel Janssen @ 2021-04-16  9:26 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 47796-done

On Thu, 2021-04-15 at 13:09 -0400, Leo Famulari wrote:
> > From d2df153a97eb326cbb72c556ffbd821877e9419a Mon Sep 17 00:00:00
> > 2001
> > From: Roel Janssen <roel@gnu.org>
> > Date: Thu, 15 Apr 2021 15:09:59 +0200
> > Subject: [PATCH] gnu: Add python-mappy.
> > 
> > * gnu/packages/python-xyz.scm (python-mappy): New variable.
> 
> Thanks! LGTM
> 

Thanks! Pushed in 44f9432705d04c069a8acf9e37e3ad856ac0bf82.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-16  9:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-15 13:12 [bug#47796] [PATCH] gnu: Add python-mappy Roel Janssen
2021-04-15 17:09 ` Leo Famulari
2021-04-16  9:26   ` bug#47796: " Roel Janssen

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).