Files
buildroot/package/python-grpclib/python-grpclib.mk
Bernd Kuhls 5e9d79ac89 package/python-grpclib: bump version to 0.4.9
https://github.com/vmagamedov/grpclib/blob/v0.4.9/docs/changelog/index.rst

Updated license hash due to upstream commit:
069f2493ab

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-12-21 22:58:36 +01:00

15 lines
556 B
Makefile

################################################################################
#
# python-grpclib
#
################################################################################
PYTHON_GRPCLIB_VERSION = 0.4.9
PYTHON_GRPCLIB_SOURCE = grpclib-$(PYTHON_GRPCLIB_VERSION).tar.gz
PYTHON_GRPCLIB_SITE = https://files.pythonhosted.org/packages/5b/28/5a2c299ec82a876a252c5919aa895a6f1d1d35c96417c5ce4a4660dc3a80
PYTHON_GRPCLIB_SETUP_TYPE = setuptools
PYTHON_GRPCLIB_LICENSE = BSD-3-Clause
PYTHON_GRPCLIB_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))