mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-google-auth-httplib2: Update to 0.2.0.
* gnu/packages/python-web.scm (python-google-auth-httplib2): Update to 0.2.0. [build-system]: Switch to pyproject-build-system. [propagated-inputs]: Remove python-six. [native-inputs]: Remove python-mock; add python-pyparsing and python-setuptools. Change-Id: I5f8a3951fcd68bc7633f0450ec706a871c5f4590
This commit is contained in:
parent
67dc18930c
commit
ab9eb3e33c
1 changed files with 9 additions and 5 deletions
|
@ -7635,17 +7635,21 @@ engine. Its module is called @code{googlesearch}.")
|
||||||
(define-public python-google-auth-httplib2
|
(define-public python-google-auth-httplib2
|
||||||
(package
|
(package
|
||||||
(name "python-google-auth-httplib2")
|
(name "python-google-auth-httplib2")
|
||||||
(version "0.1.1")
|
(version "0.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "google-auth-httplib2" version))
|
(uri (pypi-uri "google-auth-httplib2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0agwwgw04nks7lzpm224fbvpnjfgzz67pkrfls77ipf6zmawajy6"))))
|
(base32 "018fckshilc6z2qpj1pclh8haanbq3lr85w6p4g4z5wgyjnppaiq"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-google-auth python-httplib2 python-six))
|
(list python-google-auth python-httplib2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-flask python-mock python-pytest python-pytest-localserver))
|
(list python-pytest
|
||||||
|
python-pyparsing
|
||||||
|
python-pytest-localserver
|
||||||
|
python-flask
|
||||||
|
python-setuptools))
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2")
|
"https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2")
|
||||||
(synopsis "Google Authentication Library: httplib2 transport")
|
(synopsis "Google Authentication Library: httplib2 transport")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue