mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/googleapis/google-cloud-python/blob/main/packages/google-api-core/CHANGELOG.md Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
623 B
Makefile
15 lines
623 B
Makefile
################################################################################
|
|
#
|
|
# python-google-api-core
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_GOOGLE_API_CORE_VERSION = 2.30.3
|
|
PYTHON_GOOGLE_API_CORE_SOURCE = google_api_core-$(PYTHON_GOOGLE_API_CORE_VERSION).tar.gz
|
|
PYTHON_GOOGLE_API_CORE_SITE = https://files.pythonhosted.org/packages/16/ce/502a57fb0ec752026d24df1280b162294b22a0afb98a326084f9a979138b
|
|
PYTHON_GOOGLE_API_CORE_SETUP_TYPE = setuptools
|
|
PYTHON_GOOGLE_API_CORE_LICENSE = Apache-2.0
|
|
PYTHON_GOOGLE_API_CORE_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|