mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-vdf: Fix tests.
* gnu/packages/python-xyz.scm (python-vdf)[source]: Switch to git-fetch providing tests. [native-inputs]: Remove python-wheel; add python-pytest. Change-Id: Ic02581bb528315c03d6dd6f32d72f78f9a44c401
This commit is contained in:
parent
46a6cc0af5
commit
64eede9ae9
1 changed files with 7 additions and 5 deletions
|
@ -9041,14 +9041,16 @@ with Python.")
|
||||||
(version "3.4")
|
(version "3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch) ; no tests in PyPI release
|
||||||
(uri (pypi-uri "vdf" version))
|
(uri (git-reference
|
||||||
|
(url "https://github.com/ValvePython/vdf")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1xc0sd21xgf08pf6dwa4l23y9jb6yqaw61rr03ns0d2r6sby137a"))))
|
||||||
"1bz2gn04pl6rj2mawlzlirz1ygg4rdypq0pxbyg018873vs1jm7x"))))
|
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-setuptools python-wheel))
|
(list python-pytest python-setuptools))
|
||||||
(home-page "https://github.com/ValvePython/vdf")
|
(home-page "https://github.com/ValvePython/vdf")
|
||||||
(synopsis "Work with Valve's VDF text format")
|
(synopsis "Work with Valve's VDF text format")
|
||||||
(description "This package provides @code{python-vdf}, a library for
|
(description "This package provides @code{python-vdf}, a library for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue