mirror of
https://github.com/SqrtMinusOne/channel-q.git
synced 2025-12-10 11:43:03 +03:00
fix(lieer): add python-uritemplate3
This commit is contained in:
parent
d73b17d272
commit
14b94d20c9
1 changed files with 22 additions and 1 deletions
23
lieer.scm
23
lieer.scm
|
|
@ -159,6 +159,27 @@
|
||||||
(description "Google Authentication Library")
|
(description "Google Authentication Library")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public python-uritemplate-3
|
||||||
|
(package
|
||||||
|
(name "python-uritemplate")
|
||||||
|
(version "3.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "uritemplate" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1bkwmgr0ia9gcn4bszs2xlvml79f0bi2s4a87xg22ky9rq8avy2s"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(home-page "https://uritemplate.readthedocs.org")
|
||||||
|
(synopsis "Library to deal with URI Templates")
|
||||||
|
(description "@code{uritemplate} provides Python library to deal with URI
|
||||||
|
Templates.")
|
||||||
|
;; The software is made available under the terms of *either* of the
|
||||||
|
;; licenses found in LICENSE.APACHE or LICENSE.BSD. Contributions
|
||||||
|
;; are made under *both* licenses (excerpt from the LICENSE file).
|
||||||
|
(license (list license:bsd-2 license:asl2.0))))
|
||||||
|
|
||||||
(define-public python-google-api-python-client
|
(define-public python-google-api-python-client
|
||||||
(package
|
(package
|
||||||
(name "python-google-api-python-client")
|
(name "python-google-api-python-client")
|
||||||
|
|
@ -181,7 +202,7 @@
|
||||||
,python-google-auth-httplib2)
|
,python-google-auth-httplib2)
|
||||||
("python-httplib2" ,python-httplib20)
|
("python-httplib2" ,python-httplib20)
|
||||||
("python-six" ,python-six)
|
("python-six" ,python-six)
|
||||||
("python-uritemplate" ,python-uritemplate)))
|
("python-uritemplate" ,python-uritemplate3)))
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/googleapis/google-api-python-client/")
|
"https://github.com/googleapis/google-api-python-client/")
|
||||||
(synopsis "Google API Client Library for Python")
|
(synopsis "Google API Client Library for Python")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue