diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-17 22:09:49 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:38:03 +0100 |
| commit | d8c294e8800aa07b3570f07dfb65872e4e539587 (patch) | |
| tree | bcad2304603cd3c17ef30968637666080d5c8065 /gnu/packages/python-science.scm | |
| parent | 55809763338cb9e95e06fd8dc50e5410b57be02a (diff) | |
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
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 5f7f94ecd62..0bc22444eaf 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -3745,13 +3745,13 @@ NeuroML2 models.") | |||
| 3745 | (define-public python-pynetdicom | 3745 | (define-public python-pynetdicom |
| 3746 | (package | 3746 | (package |
| 3747 | (name "python-pynetdicom") | 3747 | (name "python-pynetdicom") |
| 3748 | (version "2.0.2") | 3748 | (version "2.1.1") |
| 3749 | (source (origin | 3749 | (source (origin |
| 3750 | (method url-fetch) | 3750 | (method url-fetch) |
| 3751 | (uri (pypi-uri "pynetdicom" version)) | 3751 | (uri (pypi-uri "pynetdicom" version)) |
| 3752 | (sha256 | 3752 | (sha256 |
| 3753 | (base32 | 3753 | (base32 |
| 3754 | "0farmgviaarb3f4xn751card3v0lza57vwgl5azxxq65p7li44i3")))) | 3754 | "1smzrnc93nmv8jz4np9knas74a46b1nhb3hjpf8n9vfpxypgnwcn")))) |
| 3755 | (build-system pyproject-build-system) | 3755 | (build-system pyproject-build-system) |
| 3756 | (arguments | 3756 | (arguments |
| 3757 | (list | 3757 | (list |
| @@ -3770,9 +3770,19 @@ NeuroML2 models.") | |||
| 3770 | " and not test_pr_level_patient" | 3770 | " and not test_pr_level_patient" |
| 3771 | " and not test_pr_level_series" | 3771 | " and not test_pr_level_series" |
| 3772 | " and not test_scp_cancelled")))) | 3772 | " and not test_scp_cancelled")))) |
| 3773 | (native-inputs (list python-pyfakefs python-pytest python-setuptools | 3773 | (native-inputs (list python-codespell |
| 3774 | python-wheel)) | 3774 | python-coverage |
| 3775 | (propagated-inputs (list python-pydicom python-sqlalchemy)) | 3775 | python-poetry-core |
| 3776 | python-pytest | ||
| 3777 | python-pytest-cov | ||
| 3778 | python-pytest-xdist | ||
| 3779 | python-sphinx | ||
| 3780 | python-sphinx-rtd-theme)) | ||
| 3781 | (propagated-inputs (list python-mypy | ||
| 3782 | python-numpydoc | ||
| 3783 | python-pydicom | ||
| 3784 | python-pyfakefs | ||
| 3785 | python-sqlalchemy)) | ||
| 3776 | (home-page "https://github.com/pydicom/pynetdicom") | 3786 | (home-page "https://github.com/pydicom/pynetdicom") |
| 3777 | (synopsis "Python implementation of the DICOM networking protocol") | 3787 | (synopsis "Python implementation of the DICOM networking protocol") |
| 3778 | (description | 3788 | (description |
