mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: python-tabulate: Enable tests and fix version string.
* gnu/packages/python-xyz.scm (python-tabulate)[arguments]: Enable tests. [native-inputs]: Add python-pytest and python-setuptools-scm. Change-Id: I14073151916fd637d83905c03e76b96c390db917
This commit is contained in:
parent
92259a5d4b
commit
2a7e513803
1 changed files with 1 additions and 4 deletions
|
@ -20663,10 +20663,7 @@ (define-public python-tabulate
|
||||||
(base32
|
(base32
|
||||||
"0g4b0qnbw55igbpxfxzciqvb6w8ncw4gmcgyq0lyavcnylmv3580"))))
|
"0g4b0qnbw55igbpxfxzciqvb6w8ncw4gmcgyq0lyavcnylmv3580"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(native-inputs (list python-pytest python-setuptools-scm))
|
||||||
;; FIXME: The pypi release tarball is missing a 'test/common.py'
|
|
||||||
;; and the latest release is not tagged in the upstream repository.
|
|
||||||
'(#:tests? #f))
|
|
||||||
(home-page "https://bitbucket.org/astanin/python-tabulate")
|
(home-page "https://bitbucket.org/astanin/python-tabulate")
|
||||||
(synopsis "Pretty-print tabular data")
|
(synopsis "Pretty-print tabular data")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue