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
This commit is contained in:
Sharlatan Hellseher 2025-09-16 20:52:38 +01:00
parent 84e46a5001
commit a8af297013
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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