mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
15 lines
542 B
Makefile
15 lines
542 B
Makefile
################################################################################
|
|
#
|
|
# python-grpcio
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_GRPCIO_VERSION = 1.70.0
|
|
PYTHON_GRPCIO_SOURCE = grpcio-$(PYTHON_GRPCIO_VERSION).tar.gz
|
|
PYTHON_GRPCIO_SITE = https://files.pythonhosted.org/packages/69/e1/4b21b5017c33f3600dcc32b802bb48fe44a4d36d6c066f52650c7c2690fa
|
|
PYTHON_GRPCIO_SETUP_TYPE = setuptools
|
|
PYTHON_GRPCIO_LICENSE = Apache-2.0
|
|
PYTHON_GRPCIO_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|