mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
e39b019bec
Updated through scanpypi https://github.com/apache/thrift/blob/v0.13.0/CHANGES.md Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
542 B
Makefile
15 lines
542 B
Makefile
################################################################################
|
|
#
|
|
# python-thrift
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_THRIFT_VERSION = 0.13.0
|
|
PYTHON_THRIFT_SOURCE = thrift-$(PYTHON_THRIFT_VERSION).tar.gz
|
|
PYTHON_THRIFT_SITE = https://files.pythonhosted.org/packages/97/1e/3284d19d7be99305eda145b8aa46b0c33244e4a496ec66440dac19f8274d
|
|
PYTHON_THRIFT_SETUP_TYPE = setuptools
|
|
PYTHON_THRIFT_LICENSE = Apache-2.0
|
|
PYTHON_THRIFT_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|