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.67.1
|
|
PYTHON_GRPCIO_SOURCE = grpcio-$(PYTHON_GRPCIO_VERSION).tar.gz
|
|
PYTHON_GRPCIO_SITE = https://files.pythonhosted.org/packages/20/53/d9282a66a5db45981499190b77790570617a604a38f3d103d0400974aeb5
|
|
PYTHON_GRPCIO_SETUP_TYPE = setuptools
|
|
PYTHON_GRPCIO_LICENSE = Apache-2.0
|
|
PYTHON_GRPCIO_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|