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:
Marius Bakke 2021-12-13 19:19:52 +01:00
parent 5940d4cfed
commit 99e0c4bc74
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 38 additions and 1 deletions

View file

@ -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")