mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pycurl: Build from git.
* gnu/packages/python-web.scm (python-pycurl) [source]: Swap to git checkout. Change-Id: I1b347c04022970ffe42a87530e525a83745ff84c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
851f0662a5
commit
e30c169bec
1 changed files with 8 additions and 3 deletions
|
@ -2020,10 +2020,15 @@ Amazon S3 compatible object storage server.")
|
||||||
(version "7.45.2")
|
(version "7.45.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (pypi-uri "pycurl" version))
|
(uri (git-reference
|
||||||
|
(url "https://github.com/pycurl/pycurl")
|
||||||
|
(commit (string-append
|
||||||
|
"REL_" (string-replace-substring version "." "_")))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ji46b924caa4saxvjxs9h673yy0kif297nxpnjn84r7w05mjc2p"))))
|
(base32
|
||||||
|
"1dzdramcgf63m1zg8glhqa3ik9anzjy954mshk7s3z3gsi21n8fp"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:test-flags
|
'(#:test-flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue