mirror of
https://github.com/SqrtMinusOne/channel-q.git
synced 2025-12-10 19:53:03 +03:00
fix(lieer): should fix httplib2 nonsense
This commit is contained in:
parent
34d1e5eaa2
commit
0899ea86a0
1 changed files with 24 additions and 1 deletions
25
lieer.scm
25
lieer.scm
|
|
@ -210,6 +210,29 @@ Templates.")
|
||||||
"Google API Client Library for Python")
|
"Google API Client Library for Python")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public python-oauth2client-httplib20
|
||||||
|
(package
|
||||||
|
(name "python-oauth2client")
|
||||||
|
(version "4.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "oauth2client" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1irqqap2zibysf8dba8sklfqikia579srd0phm5n754ni0h59gl0"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-httplib20 python-pyasn1 python-pyasn1-modules python-rsa
|
||||||
|
python-six))
|
||||||
|
(home-page "https://github.com/google/oauth2client/")
|
||||||
|
(synopsis "OAuth 2.0 client library")
|
||||||
|
(description "@code{python-oauth2client} provides an OAuth 2.0 client
|
||||||
|
library for Python")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python-lieer
|
(define-public python-lieer
|
||||||
(package
|
(package
|
||||||
(name "python-lieer")
|
(name "python-lieer")
|
||||||
|
|
@ -228,7 +251,7 @@ Templates.")
|
||||||
`(("python-google-api-python-client"
|
`(("python-google-api-python-client"
|
||||||
,python-google-api-python-client)
|
,python-google-api-python-client)
|
||||||
("python-notmuch" ,python-notmuch)
|
("python-notmuch" ,python-notmuch)
|
||||||
("python-oauth2client" ,python-oauth2client)
|
("python-oauth2client" ,python-oauth2client-httplib20)
|
||||||
("python-tqdm" ,python-tqdm)))
|
("python-tqdm" ,python-tqdm)))
|
||||||
(home-page "https://github.com/gauteh/lieer")
|
(home-page "https://github.com/gauteh/lieer")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue