guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 0a7830bb289903b68a5ccabe5b7c0d2e45efdd98
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 16 20:52:38 2025 +0100

    gnu: python-airr: Adjust style.
    
    * gnu/packages/bioinformatics.scm (python-airr)[source]: Switch to PyPI
    archive, activate tests.
    [native-inputs]: Remove python-wheel; add python-pytest.
    
    Change-Id: I8d02f86b0e54f30839c5c3ecf94b3e05144820dc
---
 gnu/packages/bioinformatics.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 369e958b18..7bd39dbd98 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7689,23 +7689,22 @@ and paired-end bulk or single-cell sequencing data with 
any read length.")
   (package
     (name "python-airr")
     (version "1.5.1")
-    (home-page "https://pypi.org/project/airr/";)
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "airr" version))
        (sha256
-        (base32
-         "0jbigfdwa23xv5riw0ljdfq2qwg1b2fav2kfi81zxd1g1jprxy3i"))))
+        (base32 "0jbigfdwa23xv5riw0ljdfq2qwg1b2fav2kfi81zxd1g1jprxy3i"))))
     (build-system pyproject-build-system)
+    (native-inputs
+     (list python-jsondiff
+           python-pytest
+           python-setuptools))
     (propagated-inputs
      (list python-pandas
            python-pyyaml
            python-yamlordereddictloader))
-    (native-inputs
-     (list python-jsondiff
-           python-setuptools
-           python-wheel))
+    (home-page "http://docs.airr-community.org";)
     (synopsis "Data Representation Standard library for antibody and TCR 
sequences")
     (description "Python-airr provides a library by the AIRR community to for
 describing, reporting, storing, and sharing adaptive immune receptor

Reply via email to