mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-fbpca: Switch to pyproject.
* gnu/packages/python-science.scm (python-fbpca): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest, and python-setuptools. Change-Id: Ib02a92066f6c06b1de73fb5e5c4888544db7b9f8
This commit is contained in:
parent
521e1bd140
commit
185cb9ce5c
1 changed files with 6 additions and 1 deletions
|
@ -4131,6 +4131,8 @@ changed, it made sense to abstract away the nuisance of having to re-learn
|
||||||
them.")
|
them.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
;; XXX: Not maintained since 2019. The project was archived by the owner on
|
||||||
|
;; Nov 2, 2020. It is now read-only.
|
||||||
(define-public python-fbpca
|
(define-public python-fbpca
|
||||||
(package
|
(package
|
||||||
(name "python-fbpca")
|
(name "python-fbpca")
|
||||||
|
@ -4141,7 +4143,10 @@ them.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lbjqhqsdmqk86lb86q3ywf7561zmdny1dfvgwqkyrkr4ij7f1hm"))))
|
"1lbjqhqsdmqk86lb86q3ywf7561zmdny1dfvgwqkyrkr4ij7f1hm"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:test-flags #~(list "fbpca.py")))
|
||||||
|
(native-inputs (list python-pytest python-setuptools))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-numpy python-scipy))
|
(list python-numpy python-scipy))
|
||||||
(home-page "https://fbpca.readthedocs.io/")
|
(home-page "https://fbpca.readthedocs.io/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue