gnu: python-screed: Update to 1.1.3.

* gnu/packages/bioinformatics.scm (python-screed): Update to 1.1.3.
[native-inputs]: Add python-importlib-resources, python-pycodestyle,
python-pytest, python-setuptools-scm, and python-setuptools-scm-git-archive;
removve python-pytest-runner.

Change-Id: I3ce12acedbbc97d58f2266e042872494556afd3b
This commit is contained in:
Ricardo Wurmus 2025-01-14 15:41:14 +01:00
parent b8b6fb8cd8
commit 7cda2a6631
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11059,18 +11059,22 @@ complexity samples.")
(define-public python-screed
(package
(name "python-screed")
(version "1.1.2")
(version "1.1.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "screed" version))
(sha256
(base32 "0slva743xn93h4sl5zg2as4ricnnj5pp6nw9dm4qclk4i9xglkvk"))))
(base32 "1f3jw3g8d9cdgdggqpfgw42rfcpzdalbbral6l2mmafvqybids1p"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest-cov
python-pytest-runner
(list python-importlib-resources
python-pycodestyle
python-pytest
python-pytest-cov
python-setuptools
python-setuptools-scm
python-setuptools-scm-git-archive
python-wheel))
(home-page "https://github.com/dib-lab/screed/")
(synopsis "Short read sequence database utilities")