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:
Attila Lendvai 2024-11-24 12:28:19 +01:00 committed by Sharlatan Hellseher
parent 851f0662a5
commit e30c169bec
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2020,10 +2020,15 @@ Amazon S3 compatible object storage server.")
(version "7.45.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pycurl" version))
(method git-fetch)
(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
(base32 "1ji46b924caa4saxvjxs9h673yy0kif297nxpnjn84r7w05mjc2p"))))
(base32
"1dzdramcgf63m1zg8glhqa3ik9anzjy954mshk7s3z3gsi21n8fp"))))
(build-system pyproject-build-system)
(arguments
'(#:test-flags