diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-15 14:30:07 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:40 +0100 |
| commit | 869c3b6dc46cd559b555e8edfdd9e2e569acf672 (patch) | |
| tree | 4d93c13fef1e0ad4c82101cbaaa2d4e5d860dfd8 /gnu/packages/python-xyz.scm | |
| parent | 7372201a62edcb46500f641853b4fe159acc10e5 (diff) | |
gnu: python-smmap: Update to 5.0.2.
* gnu/packages/python-xyz.scm (python-smmap): Update to 5.0.2.
[build-system]: Use pyproject.
[native-inputs]: Remove python-nosexcover; add python-pytest,
python-setuptools, and python-wheel.
Change-Id: Ia6031ed5774c3c3d8db5dd18cd158758236479d4
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bcde89425a..8c73309c13 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27513,16 +27513,18 @@ class ShellOutSSHClientTests")))) (define-public python-smmap (package (name "python-smmap") - (version "3.0.1") + (version "5.0.2") (source (origin (method url-fetch) (uri (pypi-uri "smmap" version)) (sha256 - (base32 "0ijlnv60y8f41py1wnn5n1a1i81cxd9dfpdhr0k3cgkrcbz8850p")))) - (build-system python-build-system) + (base32 "1mcai5vf9bgz389y4sqgj6w22wn7zmc7m33y3j50ryjq76h6bsi6")))) + (build-system pyproject-build-system) (native-inputs - (list python-nosexcover)) + (list python-pytest + python-setuptools + python-wheel)) (home-page "https://github.com/Byron/smmap") (synopsis "Python sliding window memory map manager") (description "@code{smmap} is a pure Python implementation of a sliding |
