guix-commits
[Top][All Lists]
Advanced

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

branch wip-python-science updated: gnu: python-plastid: Update to 0.6.1.


From: guix-commits
Subject: branch wip-python-science updated: gnu: python-plastid: Update to 0.6.1.
Date: Tue, 09 Jan 2024 08:01:55 -0500

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

rekado pushed a commit to branch wip-python-science
in repository guix.

The following commit(s) were added to refs/heads/wip-python-science by this 
push:
     new 4be3173461 gnu: python-plastid: Update to 0.6.1.
4be3173461 is described below

commit 4be31734615d8f70094a53196d08b6dd08f8487a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 9 14:01:14 2024 +0100

    gnu: python-plastid: Update to 0.6.1.
    
    * gnu/packages/bioinformatics.scm (python-plastid): Update to 0.6.1.
    [arguments]: Disable four tests.
    
    Change-Id: If0225f226e702e89d451e2955d0f76691a8816c0
---
 gnu/packages/bioinformatics.scm | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5ff39db8d6..c3912ab07e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4014,19 +4014,27 @@ UCSC genome browser.")
 (define-public python-plastid
   (package
     (name "python-plastid")
-    (version "0.6.0")
+    (version "0.6.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/joshuagryphon/plastid";)
-                    (commit (string-append "v" version))))
+                    (commit "d97f239d73b3a7c2eff46f71928b777431891f90")))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ka9j08j6i105l89w8b7sg0l8lm3lcrxzy4cjl5dp4cxdmycap62"))))
+                "0iccpywlpf1ws46279z9rl0l29pil0rj0g2j5nvqq7jfbnq581cf"))))
     (build-system pyproject-build-system)
     (arguments
      (list
+      #:test-flags
+      '(list "plastid/test"
+             ;; These four failures look like errors in the test wrapper
+             ;; class.
+             "-k" (string-append "not test_chrom_sizes"
+                                 " and not test_no_crash_if_file_not_exist"
+                                 " and not test_fiveprime_variable"
+                                 " and not test_fiveprime_variable_from_file"))
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'unpack-test-data



reply via email to

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