guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: cwltool: Use pyproject-build-system.


From: guix-commits
Subject: 02/03: gnu: cwltool: Use pyproject-build-system.
Date: Tue, 25 Apr 2023 15:19:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4598928a90775636b80ff8ca48ed1ca62baca7b5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 25 20:47:48 2023 +0200

    gnu: cwltool: Use pyproject-build-system.
    
    "setup.py install is deprecated. Use build and pip and other standards-based
    tools."  It then falls back to attempting to install packages via pip.
    
    * gnu/packages/bioinformatics.scm (cwltool)[build-system]: Use
    pyproject-build-system.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4be8635515..2bf00e14ca 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3797,7 +3797,7 @@ doublets in single-cell RNA-seq data.")
               (sha256
                (base32
                 "1jmrm0qrqgka79avc1kq63fgh20gx6g07fc8p3iih4k85vhdyl3f"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases



reply via email to

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