mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-versioneer: Add support for Guix build directories.
* gnu/packages/patches/python-versioneer-guix-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-versioneer)[source](patches): New field.
This commit is contained in:
parent
5940d4cfed
commit
99e0c4bc74
3 changed files with 38 additions and 1 deletions
|
@ -26014,7 +26014,8 @@ applications with variable CPU loads).")
|
|||
(uri (pypi-uri "versioneer" version))
|
||||
(sha256
|
||||
(base32
|
||||
"084fglxafbzvf1vbkzfajvs9qwnvjwwn8pxql9nrlpyipv5xpwk4"))))
|
||||
"084fglxafbzvf1vbkzfajvs9qwnvjwwn8pxql9nrlpyipv5xpwk4"))
|
||||
(patches (search-patches "python-versioneer-guix-support.patch"))))
|
||||
(build-system python-build-system)
|
||||
(home-page
|
||||
"https://github.com/python-versioneer/python-versioneer")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue