guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-screed: Update to 1.1.2.


From: guix-commits
Subject: branch master updated: gnu: python-screed: Update to 1.1.2.
Date: Thu, 04 May 2023 13:29:10 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 00051e8839 gnu: python-screed: Update to 1.1.2.
00051e8839 is described below

commit 00051e8839d1510bb37fa8761b0ac00b6b9bc1f2
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Thu May 4 16:28:17 2023 +0200

    gnu: python-screed: Update to 1.1.2.
    
    * gnu/packages/bioinformatics.scm (python-screed): Update to 1.1.2.
    [build-system]: Use pyproject-build-system.
    [native-inputs]: Remove python-pytest.
    [inputs]: Remove python-bz2file.
    
    Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
 gnu/packages/bioinformatics.scm | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 7ee97e3da5..108ac1bdfd 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7686,19 +7686,17 @@ complexity samples.")
 (define-public python-screed
   (package
     (name "python-screed")
-    (version "1.0")
+    (version "1.1.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "screed" version))
        (sha256
-        (base32
-         "148vcb7w2wr6a4w6vs2bsxanbqibxfk490zbcbg4m61s8669zdjx"))))
-    (build-system python-build-system)
+        (base32 "0slva743xn93h4sl5zg2as4ricnnj5pp6nw9dm4qclk4i9xglkvk"))))
+    (build-system pyproject-build-system)
     (native-inputs
-     (list python-pytest python-pytest-cov python-pytest-runner))
-    (inputs
-     (list python-bz2file))
+     (list python-pytest-cov
+           python-pytest-runner))
     (home-page "https://github.com/dib-lab/screed/";)
     (synopsis "Short read sequence database utilities")
     (description "Screed parses FASTA and FASTQ files and generates databases.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]