GNU bug report logs - #70595
[PATCH] gnu: Add python-pyahocorasick.

Previous Next

Package: guix-patches;

Reported by: nafkhamdc <navid.afkhami <at> mdc-berlin.de>

Date: Fri, 26 Apr 2024 16:10:05 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#70595: closed ([PATCH] gnu: Add python-pyahocorasick.)
Date: Sun, 05 May 2024 22:09:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 06 May 2024 00:08:03 +0200
with message-id <87ikzrlxoc.fsf <at> elephly.net>
and subject line [PATCH] gnu: Add python-pyahocorasick.
has caused the debbugs.gnu.org bug report #70595,
regarding [PATCH] gnu: Add python-pyahocorasick.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
70595: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70595
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: nafkhamdc <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: nafkhamdc <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add python-pyahocorasick.
Date: Fri, 26 Apr 2024 16:08:12 +0000
* gnu/packages/bioinformatics.scm (python-pyahocorasick): New variable.

Change-Id: I468bed450351b49cf81344a328841cd77f67cb4e
---
 gnu/packages/bioinformatics.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index aa6bce5591..287dad4326 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6383,6 +6383,29 @@ (define-public python-pyani
 average nucleotide identity.")
     (license license:expat)))
 
+(define-public python-pyahocorasick
+  (package
+    (name "python-pyahocorasick")
+    (version "2.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/WojciechMula/pyahocorasick")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1fsnivwcw56q7lwz41c5kbfvxv0v17mmkx43i2a293l49fxj08j8"))))
+    (build-system pyproject-build-system)
+    (native-inputs (list python-pytest python-twine python-wheel))
+    (home-page "https://github.com/WojciechMula/pyahocorasick")
+    (synopsis "Library for finding multiple key strings in text")
+    (description
+     "Pyahocorasick is a fast, memory-efficient library for multi-pattern string search.
+This means that you can find multiple key strings occurrences
+at once in some input text.")
+    (license license:bsd-3)))
+
 (define-public exonerate
   (package
     (name "exonerate")

base-commit: 9593750698394b6fecd73e7fca00409ea1ffa2e3
-- 
2.34.1



[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 70595-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add python-pyahocorasick.
Date: Mon, 06 May 2024 00:08:03 +0200
Applied, thank you!

-- 
Ricardo


This bug report was last modified 1 year and 73 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.