gnu: python-pynetdicom: Update to 2.1.1.

* gnu/packages/python-science.scm (python-pynetdicom): Update to 2.1.1.
[native-inputs]: Add python-codespell, python-coverage, python-poetry-core,
python-pytest-cov, python-pytest-xdist, python-sphinx, and
python-sphinx-rtd-theme; remove python-pyfakefs, python-setuptools, and
python-wheel.
[propagated-inputs]: Add python-mypy, python-numpydoc, and python-pyfakefs.

Change-Id: Ic0089df89cd34b50c31370581db7a6e88884199c
This commit is contained in:
Ricardo Wurmus 2025-01-17 22:09:49 +01:00
parent 5580976333
commit d8c294e880
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3745,13 +3745,13 @@ (define-public python-pylems
(define-public python-pynetdicom
(package
(name "python-pynetdicom")
(version "2.0.2")
(version "2.1.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "pynetdicom" version))
(sha256
(base32
"0farmgviaarb3f4xn751card3v0lza57vwgl5azxxq65p7li44i3"))))
"1smzrnc93nmv8jz4np9knas74a46b1nhb3hjpf8n9vfpxypgnwcn"))))
(build-system pyproject-build-system)
(arguments
(list
@ -3770,9 +3770,19 @@ (define-public python-pynetdicom
" and not test_pr_level_patient"
" and not test_pr_level_series"
" and not test_scp_cancelled"))))
(native-inputs (list python-pyfakefs python-pytest python-setuptools
python-wheel))
(propagated-inputs (list python-pydicom python-sqlalchemy))
(native-inputs (list python-codespell
python-coverage
python-poetry-core
python-pytest
python-pytest-cov
python-pytest-xdist
python-sphinx
python-sphinx-rtd-theme))
(propagated-inputs (list python-mypy
python-numpydoc
python-pydicom
python-pyfakefs
python-sqlalchemy))
(home-page "https://github.com/pydicom/pynetdicom")
(synopsis "Python implementation of the DICOM networking protocol")
(description