mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-grpcio: Move to (gnu packages rpc).
* gnu/packages/python-xyz.scm (python-grpcio): Move from here ... * gnu/packages/rpc.scm (python-grpcio): ... to here.
This commit is contained in:
parent
c61557b1b6
commit
f2c7513d16
2 changed files with 23 additions and 20 deletions
|
@ -17022,26 +17022,6 @@ source via the Abstract Syntax Tree.")
|
|||
(define-public python2-astor
|
||||
(package-with-python2 python-astor))
|
||||
|
||||
(define-public python-grpcio
|
||||
(package
|
||||
(name "python-grpcio")
|
||||
(version "1.17.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "grpcio" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qb9y6j83nxa6d4kc60i8yfgdm7a8ms7b54kncjzf5y7nsxp8rzx"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-six" ,python-six)))
|
||||
(home-page "https://grpc.io")
|
||||
(synopsis "HTTP/2-based RPC framework")
|
||||
(description "This package provides a Python library for communicating
|
||||
with the HTTP/2-based RPC framework gRPC.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python-astunparse
|
||||
(package
|
||||
(name "python-astunparse")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue