unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: 64802@debbugs.gnu.org
Subject: [bug#64802] [PATCH 2/2] gnu: python-decoupler-py: Update to (git-version 1.5.0 revision commit).
Date: Sun, 23 Jul 2023 12:41:47 +0200	[thread overview]
Message-ID: <914170d63926798e3b1090818e38051bfadf7684.1690108906.git.navid.afkhami@mdc-berlin.de> (raw)
In-Reply-To: <f9425fb2ae20749a606fbde79e278fd9f643767e.1690108906.git.navid.afkhami@mdc-berlin.de>

* gnu/packages/bioinformatics.scm (python-decoupler-py): Update to (git-version 1.5.0 revision commit).
---
 gnu/packages/bioinformatics.scm | 49 +++++++++++++++++----------------
 1 file changed, 25 insertions(+), 24 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a0ae298a2c..d39a47d694 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1680,11 +1680,11 @@ (define-public python-cmseq
 
 (define-public python-decoupler-py
   ;; This latest commit fixes a bug in test_omnip.py.
-  (let ((commit "b84c524ec4a9280a56c0db963e2c7b010316ce8f")
+  (let ((commit "459b235348ddd9135217a3722d9dd1caa9a14ace")
         (revision "1"))
     (package
       (name "python-decoupler-py")
-      (version (git-version "1.3.1" revision commit))
+      (version (git-version "1.5.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -1693,30 +1693,31 @@ (define-public python-decoupler-py
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0d74yr5jqc52vcxaca84kxqw7m5rbazpmvnrcp2y4xxrj6yr1sfc"))))
+                  "1c0xk006iilyffdaqar2d05qdhik22fbkny387zx0bndkgqifxhl"))))
       (build-system pyproject-build-system)
       (arguments
-       (list
-        #:test-flags
-        '(list "-k"
-               ;; These tests require internet access
-               (string-append "not test_get_resource"
-                              " and not test_show_resources"
-                              " and not test_get_dorothea"
-                              " and not test_get_progeny"
-                              ;; XXX This one fails because the "texts" list
-                              ;; is empty, so there are no texts to adjust.
-                              ;; It is not clear whether this a compatibility
-                              ;; problem with our adjusttext package.
-                              " and not test_plot_volcano"))
-        #:phases
-        '(modify-phases %standard-phases
-           (add-before 'check 'set-home
-             ;; Some tests require a home directory to be set.
-             (lambda _ (setenv "HOME" "/tmp")))
-           ;; Numba needs a writable dir to cache functions.
-           (add-before 'build 'set-numba-cache-dir
-             (lambda _ (setenv "NUMBA_CACHE_DIR" "/tmp"))))))
+       (list #:test-flags '(list "-k"
+                                 ;; These tests require internet access
+                                 (string-append "not test_get_resource"
+                                  " and not test_show_resources"
+                                  " and not test_get_dorothea"
+                                  " and not test_get_progeny"
+                                  " and not test_get_collectri"
+                                  " and not test_get_ksn_omnipath"
+                                  ;; XXX This one fails because the "texts" list
+                                  ;; is empty, so there are no texts to adjust.
+                                  ;; It is not clear whether this a compatibility
+                                  ;; problem with our adjusttext package.
+                                  " and not test_plot_volcano"))
+             #:phases '(modify-phases %standard-phases
+                         (add-before 'check 'set-home
+                           ;; Some tests require a home directory to be set.
+                           (lambda _
+                             (setenv "HOME" "/tmp")))
+                         ;; Numba needs a writable dir to cache functions.
+                         (add-before 'build 'set-numba-cache-dir
+                           (lambda _
+                             (setenv "NUMBA_CACHE_DIR" "/tmp"))))))
       (propagated-inputs (list python-adjusttext
                                python-anndata
                                python-ipython
-- 
2.34.1





  reply	other threads:[~2023-07-23 10:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-23 10:41 [bug#64801] [PATCH 1/2] gnu: Add python-liana-py Navid Afkhami
2023-07-23 10:41 ` Navid Afkhami [this message]
2023-07-31 10:22   ` bug#64802: [PATCH 2/2] gnu: python-decoupler-py: Update to (git-version 1.5.0 revision commit) Ricardo Wurmus
2023-07-31 10:22 ` bug#64801: [PATCH 1/2] gnu: Add python-liana-py Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=914170d63926798e3b1090818e38051bfadf7684.1690108906.git.navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=64802@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).