[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/14: gnu: Add python-pubmed-parser.
From: |
guix-commits |
Subject: |
03/14: gnu: Add python-pubmed-parser. |
Date: |
Thu, 8 Jun 2023 04:38:17 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ffcd2315e4d65f41fdf593ecbda14ce6dff8c722
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 7 20:20:47 2023 +0200
gnu: Add python-pubmed-parser.
* gnu/packages/python-xyz.scm (python-pubmed-parser): New variable.
---
gnu/packages/python-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1aad8b90ca..e48172de28 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10335,6 +10335,36 @@ you're careful. The @code{backcall} package provides
a way of specifying the
callback signature using a prototype function.")
(license license:bsd-3)))
+(define-public python-pubmed-parser
+ (package
+ (name "python-pubmed-parser")
+ (version "0.3.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/titipata/pubmed_parser")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "195cmjjg7xdwjj5455h78q7jnxnccia07a19xwndhlkxv7vk9v60"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs
+ (list python-lxml
+ python-numpy
+ python-requests
+ python-six
+ python-unidecode))
+ (native-inputs
+ (list python-pytest
+ python-pytest-cov))
+ (home-page "https://github.com/titipata/pubmed_parser")
+ (synopsis "Parser for Pubmed Open-Access Subset and MEDLINE XML
repository")
+ (description
+ "This package provides a Python parser for Pubmed Open-Access Subset and
+MEDLINE XML repository.")
+ (license license:expat)))
+
(define-public python-pure-eval
(package
(name "python-pure-eval")
- branch master updated (e8f9fb3e03 -> 266e54d7cb), guix-commits, 2023/06/08
- 02/14: gnu: Add python-duckdb., guix-commits, 2023/06/08
- 01/14: gnu: python-pyarrow: Include dataset support., guix-commits, 2023/06/08
- 08/14: gnu: yoshimi: Update to 2.3.0., guix-commits, 2023/06/08
- 04/14: gnu: Add python-srsly., guix-commits, 2023/06/08
- 13/14: gnu: Add python-pathy., guix-commits, 2023/06/08
- 11/14: gnu: Add python-blis-for-thinc., guix-commits, 2023/06/08
- 14/14: gnu: Add python-spacy., guix-commits, 2023/06/08
- 03/14: gnu: Add python-pubmed-parser.,
guix-commits <=
- 07/14: gnu: Add python-blis., guix-commits, 2023/06/08
- 10/14: gnu: Add python-spacy-loggers., guix-commits, 2023/06/08
- 05/14: gnu: Add python-confection., guix-commits, 2023/06/08
- 09/14: gnu: Add python-spacy-legacy., guix-commits, 2023/06/08
- 06/14: gnu: blis: Update to 0.9.0., guix-commits, 2023/06/08
- 12/14: gnu: Add python-thinc., guix-commits, 2023/06/08