guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: python-pybedtools: Use pyproject-build-system.


From: guix-commits
Subject: 03/08: gnu: python-pybedtools: Use pyproject-build-system.
Date: Fri, 2 Dec 2022 15:48:00 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 631ea9a411b36214813851fecab9ab919f30c5f1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 2 18:48:30 2022 +0100

    gnu: python-pybedtools: Use pyproject-build-system.
    
    * gnu/packages/bioinformatics.scm (python-pybedtools)[build-system]: Use
    pyproject-build-system.
    [arguments]: Import (guix build pyproject-build-system).
---
 gnu/packages/bioinformatics.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 413f6dfdff..d9da6f690d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -914,11 +914,12 @@ servers supporting the protocol.")
               (sha256
                (base32
                 "18rhzk08d3rpxhi5xh6pqg64x6v5q3daw6y3v54k85v4swncjrwj"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
     (arguments
      `(#:modules ((srfi srfi-26)
                   (guix build utils)
-                  (guix build python-build-system))
+                  (guix build python-build-system)
+                  (guix build pyproject-build-system))
        ;; See https://github.com/daler/pybedtools/issues/192
        #:phases
        (modify-phases %standard-phases
@@ -978,7 +979,7 @@ which are widely used for genomic interval manipulation or 
\"genome algebra\".
 pybedtools extends BEDTools by offering feature-level manipulations from with
 Python.")
     ;; pypi lists GPLv2 in the PKG-INFO and website, but was relicensed in
-    ;; version 0.9.0 and the LICENSE.txt is consistant with the source code.
+    ;; version 0.9.0 and the LICENSE.txt is consistent with the source code.
     ;;
     ;; pybedtools/include/gzstream.cpp and pybedtools/include/gzstream.h are
     ;; licensed lgpl2.1+



reply via email to

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