mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cmd2: Update to 2.5.11.
* gnu/packages/python-xyz.scm (python-cmd2): Update to 2.5.11. [propagated-inputs]: Remove python-attrs and python-colorama. [native-inputs]: Remoe python-invoke and python-mock. Change-Id: I97b98a7eb39e8dd2c83e837cd08ab52965b8a58c
This commit is contained in:
parent
c8435ea369
commit
50cd73c12e
1 changed files with 4 additions and 6 deletions
|
@ -34338,24 +34338,22 @@ intended for validating data coming into Python as JSON, YAML, etc.")
|
|||
(define-public python-cmd2
|
||||
(package
|
||||
(name "python-cmd2")
|
||||
(version "2.3.3")
|
||||
(version "2.5.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "cmd2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0h1naik558qh48gx2iyy0a0khvw5fz0in69y84mbrhsm9nq7w3bm"))))
|
||||
"0abl9aalyfbncw39d41gd3mmdgjvd7jlaa372r0lmghz0a2x781h"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:test-flags '(list "-k" "not test_find_editor_not_specified \
|
||||
and not test_transcript")))
|
||||
(propagated-inputs
|
||||
(list python-attrs python-colorama python-pyperclip python-wcwidth))
|
||||
(list python-pyperclip python-wcwidth))
|
||||
(native-inputs
|
||||
(list python-invoke
|
||||
python-mock
|
||||
python-pytest
|
||||
(list python-pytest
|
||||
python-pytest-cov
|
||||
python-pytest-mock
|
||||
python-setuptools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue