mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
14
package/python-jmespath/python-jmespath.mk
Normal file
14
package/python-jmespath/python-jmespath.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-jmespath
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_JMESPATH_VERSION = 0.9.4
|
||||
PYTHON_JMESPATH_SOURCE = jmespath-$(PYTHON_JMESPATH_VERSION).tar.gz
|
||||
PYTHON_JMESPATH_SITE = https://files.pythonhosted.org/packages/2c/30/f0162d3d83e398c7a3b70c91eef61d409dea205fb4dc2b47d335f429de32
|
||||
PYTHON_JMESPATH_SETUP_TYPE = setuptools
|
||||
PYTHON_JMESPATH_LICENSE = MIT
|
||||
PYTHON_JMESPATH_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user