mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 21:53:56 -09:00
https://github.com/googleapis/python-api-core/blob/v2.28.1/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.28.1
|
|
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/61/da/83d7043169ac2c8c7469f0e375610d78ae2160134bf1b80634c482fa079c
|
|
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))
|