~ruther/guix-local

56eab10bc0d10956e4004242d2f903683ae10695 — Ricardo Wurmus 1 year, 2 months ago 4fde638
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
1 files changed, 8 insertions(+), 4 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +8 -4
@@ 11086,18 11086,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")