diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 11:30:58 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 11:31:10 +0000 |
| commit | 44772b3bc824aeebc3da79523969d2217c65faa7 (patch) | |
| tree | a691fa704eb33ebd3f2ba32ccb5cdb8c17d2a59a | |
| parent | 64dac23e32feb9194f5b49657334b0ab6856c92c (diff) | |
gnu: idr: Switch to pyproject.
* gnu/packages/bioinformatics.scm (idr)[build-system]: Switch to
pyproject-build-system.
[native-inputs]: Add python-setuptools.
Change-Id: Ib6811a399b4c531f119bcef23b3216ff70c2d5eb
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 4081d78abcf..23644570d32 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -9725,7 +9725,7 @@ data. It also provides the @command{bgzip}, @command{htsfile}, and | |||
| 9725 | ;; Delete generated C code. | 9725 | ;; Delete generated C code. |
| 9726 | (snippet | 9726 | (snippet |
| 9727 | '(begin (delete-file "idr/inv_cdf.c") #t)))) | 9727 | '(begin (delete-file "idr/inv_cdf.c") #t)))) |
| 9728 | (build-system python-build-system) | 9728 | (build-system pyproject-build-system) |
| 9729 | ;; There is only one test ("test_inv_cdf.py") and it tests features that | 9729 | ;; There is only one test ("test_inv_cdf.py") and it tests features that |
| 9730 | ;; are no longer part of this package. It also asserts False, which | 9730 | ;; are no longer part of this package. It also asserts False, which |
| 9731 | ;; causes the tests to always fail. | 9731 | ;; causes the tests to always fail. |
| @@ -9733,7 +9733,8 @@ data. It also provides the @command{bgzip}, @command{htsfile}, and | |||
| 9733 | (propagated-inputs | 9733 | (propagated-inputs |
| 9734 | (list python-scipy python-sympy python-numpy python-matplotlib)) | 9734 | (list python-scipy python-sympy python-numpy python-matplotlib)) |
| 9735 | (native-inputs | 9735 | (native-inputs |
| 9736 | (list python-cython)) | 9736 | (list python-cython |
| 9737 | python-setuptools)) | ||
| 9737 | (home-page "https://github.com/nboley/idr") | 9738 | (home-page "https://github.com/nboley/idr") |
| 9738 | (synopsis "Tool to measure the irreproducible discovery rate (IDR)") | 9739 | (synopsis "Tool to measure the irreproducible discovery rate (IDR)") |
| 9739 | (description | 9740 | (description |
