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).
This commit is contained in:
Ricardo Wurmus 2022-12-02 18:48:30 +01:00
parent a268b1ba91
commit 631ea9a411
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -914,11 +914,12 @@ (define-public python-pybedtools
(sha256 (sha256
(base32 (base32
"18rhzk08d3rpxhi5xh6pqg64x6v5q3daw6y3v54k85v4swncjrwj")))) "18rhzk08d3rpxhi5xh6pqg64x6v5q3daw6y3v54k85v4swncjrwj"))))
(build-system python-build-system) (build-system pyproject-build-system)
(arguments (arguments
`(#:modules ((srfi srfi-26) `(#:modules ((srfi srfi-26)
(guix build utils) (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 ;; See https://github.com/daler/pybedtools/issues/192
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -978,7 +979,7 @@ (define (cythonized? c/c++-file)
pybedtools extends BEDTools by offering feature-level manipulations from with pybedtools extends BEDTools by offering feature-level manipulations from with
Python.") Python.")
;; pypi lists GPLv2 in the PKG-INFO and website, but was relicensed in ;; 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 ;; pybedtools/include/gzstream.cpp and pybedtools/include/gzstream.h are
;; licensed lgpl2.1+ ;; licensed lgpl2.1+