mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
f3521cc878
commit
c93226ba77
1 changed files with 6 additions and 4 deletions
|
@ -27537,16 +27537,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue