mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Upstream removed the old license file772c03afe1and added a new one5634c661b8Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Julien: remove LICENSE.txt entry in hash file] Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
552 B
Makefile
15 lines
552 B
Makefile
################################################################################
|
|
#
|
|
# python-jmespath
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_JMESPATH_VERSION = 1.1.0
|
|
PYTHON_JMESPATH_SOURCE = jmespath-$(PYTHON_JMESPATH_VERSION).tar.gz
|
|
PYTHON_JMESPATH_SITE = https://files.pythonhosted.org/packages/d3/59/322338183ecda247fb5d1763a6cbe46eff7222eaeebafd9fa65d4bf5cb11
|
|
PYTHON_JMESPATH_SETUP_TYPE = setuptools
|
|
PYTHON_JMESPATH_LICENSE = MIT
|
|
PYTHON_JMESPATH_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|