From a8af2970134d67eb4bccde8cc57ee286dc91b411 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 16 Sep 2025 20:52:38 +0100 Subject: [PATCH] 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 0c1e100baa10cdade84bf76a1d2d4b27b2b6f26d..debe2be9b062c467be07bfda1a1c0f8edb172dff 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