guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 78039c3e619a4badaf48bb554719a53c83b8b090
Author: Kjartan Oli Agustsson <kjartan...@outlook.com>
AuthorDate: Wed Jun 18 01:12:11 2025 +0000

    gnu: porechop: Use pyproject-build-system.
    
    * gnu/packages/bioinformatics.scm (porechop): [build-system]: Use
    pyproject.
    [native-inputs]: Add python-setuptools, python-wheel, and python-pytest.
    
    Change-Id: I77444786f3e64591c2dc526fb030cecdbb30a3c1
    Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com>
---
 gnu/packages/bioinformatics.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4d96953446..a5cfdcfb01 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -20844,9 +20844,11 @@ and intra-cell population structure.\" Baron et al. 
Cell Systems (2016)
          (file-name (git-file-name name version))
          (sha256
           (base32 "05ps43gig0d3ia9x5lj84lb00hbsl6ba9n7y7jz927npxbr2ym23"))))
-      (build-system python-build-system)
+      (build-system pyproject-build-system)
+      (native-inputs (list python-setuptools python-wheel python-pytest))
       (home-page "https://github.com/rrwick/porechop";)
-      (synopsis "Finding, trimming or splitting adapters, in Oxford Nanopore 
reads")
+      (synopsis
+       "Finding, trimming or splitting adapters, in Oxford Nanopore reads")
       (description
        "The porechop package is a tool for finding and removing adapters from 
Oxford
 Nanopore reads.  Adapters on the ends of reads are trimmed off, and when a read

Reply via email to