gnu: python-screed: Update to 1.1.2.

* gnu/packages/bioinformatics.scm (python-screed): Update to 1.1.2.
[build-system]: Use pyproject-build-system.
[native-inputs]: Remove python-pytest.
[inputs]: Remove python-bz2file.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
Mădălin Ionel Patrașcu 2023-05-04 16:28:17 +02:00 committed by Ricardo Wurmus
parent 5daf470e4f
commit 00051e8839
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7686,19 +7686,17 @@ complexity samples.")
(define-public python-screed (define-public python-screed
(package (package
(name "python-screed") (name "python-screed")
(version "1.0") (version "1.1.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "screed" version)) (uri (pypi-uri "screed" version))
(sha256 (sha256
(base32 (base32 "0slva743xn93h4sl5zg2as4ricnnj5pp6nw9dm4qclk4i9xglkvk"))))
"148vcb7w2wr6a4w6vs2bsxanbqibxfk490zbcbg4m61s8669zdjx")))) (build-system pyproject-build-system)
(build-system python-build-system)
(native-inputs (native-inputs
(list python-pytest python-pytest-cov python-pytest-runner)) (list python-pytest-cov
(inputs python-pytest-runner))
(list python-bz2file))
(home-page "https://github.com/dib-lab/screed/") (home-page "https://github.com/dib-lab/screed/")
(synopsis "Short read sequence database utilities") (synopsis "Short read sequence database utilities")
(description "Screed parses FASTA and FASTQ files and generates databases. (description "Screed parses FASTA and FASTQ files and generates databases.