* [bug#70595] [PATCH] gnu: Add python-pyahocorasick.
@ 2024-04-26 16:08 nafkhamdc
2024-05-05 22:08 ` bug#70595: " Ricardo Wurmus
0 siblings, 1 reply; 2+ messages in thread
From: nafkhamdc @ 2024-04-26 16:08 UTC (permalink / raw)
To: 70595; +Cc: nafkhamdc
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#70595: [PATCH] gnu: Add python-pyahocorasick.
2024-04-26 16:08 [bug#70595] [PATCH] gnu: Add python-pyahocorasick nafkhamdc
@ 2024-05-05 22:08 ` Ricardo Wurmus
0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2024-05-05 22:08 UTC (permalink / raw)
To: 70595-done
Applied, thank you!
--
Ricardo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-05 22:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-26 16:08 [bug#70595] [PATCH] gnu: Add python-pyahocorasick nafkhamdc
2024-05-05 22:08 ` bug#70595: " Ricardo Wurmus
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).