package/python-googleapis-common-protos: new package

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2023-12-14 12:24:37 -07:00 committed by Thomas Petazzoni
parent 9ffb74fd91
commit d37766a886
4 changed files with 27 additions and 0 deletions

View File

@ -1105,6 +1105,7 @@ menu "External python modules"
source "package/python-gnupg/Config.in"
source "package/python-gobject/Config.in"
source "package/python-google-auth/Config.in"
source "package/python-googleapis-common-protos/Config.in"
source "package/python-gpiozero/Config.in"
source "package/python-greenlet/Config.in"
source "package/python-grpcio/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_GOOGLEAPIS_COMMON_PROTOS
bool "python-googleapis-common-protos"
select BR2_PACKAGE_PYTHON_PROTOBUF # runtime
help
Common protobufs used in Google APIs.
https://github.com/googleapis/python-api-common-protos

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/googleapis-common-protos/json
md5 148bfe9b5a92663c5ff0a6700453ebad googleapis-common-protos-1.62.0.tar.gz
sha256 83f0ece9f94e5672cced82f592d2a5edf527a96ed1794f0bab36d5735c996277 googleapis-common-protos-1.62.0.tar.gz
# Locally computed sha256 checksums
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-googleapis-common-protos
#
################################################################################
PYTHON_GOOGLEAPIS_COMMON_PROTOS_VERSION = 1.62.0
PYTHON_GOOGLEAPIS_COMMON_PROTOS_SOURCE = googleapis-common-protos-$(PYTHON_GOOGLEAPIS_COMMON_PROTOS_VERSION).tar.gz
PYTHON_GOOGLEAPIS_COMMON_PROTOS_SITE = https://files.pythonhosted.org/packages/4a/5f/eb12d721b45d20a977289d674e179995a0ddab1684d2c61b29a63d43a5f1
PYTHON_GOOGLEAPIS_COMMON_PROTOS_SETUP_TYPE = setuptools
PYTHON_GOOGLEAPIS_COMMON_PROTOS_LICENSE = Apache-2.0
PYTHON_GOOGLEAPIS_COMMON_PROTOS_LICENSE_FILES = LICENSE
$(eval $(python-package))