mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/arrow-py/arrow/blob/1.4.0/CHANGELOG.rst Switched _SETUP_TYPE to flit. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
526 B
Makefile
15 lines
526 B
Makefile
################################################################################
|
|
#
|
|
# python-arrow
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_ARROW_VERSION = 1.4.0
|
|
PYTHON_ARROW_SOURCE = arrow-$(PYTHON_ARROW_VERSION).tar.gz
|
|
PYTHON_ARROW_SITE = https://files.pythonhosted.org/packages/b9/33/032cdc44182491aa708d06a68b62434140d8c50820a087fac7af37703357
|
|
PYTHON_ARROW_SETUP_TYPE = flit
|
|
PYTHON_ARROW_LICENSE = Apache-2.0
|
|
PYTHON_ARROW_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|