1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 19:50:30 +02:00

gnu: python-grcpio-tools: Switch to pyproject.

* gnu/packages/rpc.scm (python-grcpio-tools)
[build-system]: Switch to pyproject.
[native-inputs]: Add python-setuptools, python-wheel.

Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Nicolas Graves
2025-07-30 18:54:56 +02:00
committed by Andreas Enge
parent 0967ebff6f
commit f2c32b08a7

View File

@@ -274,7 +274,7 @@ with the HTTP/2-based RPC framework gRPC.")
'(delete-file "grpc_tools/_protoc_compiler.cpp"))
(sha256
(base32 "0g3xwv55lvf5w64zb44dipwqz7729cbqc7rib77ddqab91w56jzn"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments
(list
#:phases
@@ -282,7 +282,7 @@ with the HTTP/2-based RPC framework gRPC.")
(add-after 'unpack 'configure
(lambda _
(setenv "GRPC_PYTHON_BUILD_WITH_CYTHON" "1"))))))
(native-inputs (list python-cython))
(native-inputs (list python-cython python-setuptools python-wheel))
(propagated-inputs (list python-grpcio python-protobuf))
(home-page "https://grpc.io")
(synopsis "Protobuf code generator for gRPC")