d7ec0f7e97
While at it, remove the md5 hash as there is already a sha256 hash. Changelog: https://github.com/jmespath/jmespath.py/blob/develop/CHANGELOG.rst Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
556 B
Makefile
15 lines
556 B
Makefile
################################################################################
|
|
#
|
|
# python-jmespath
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_JMESPATH_VERSION = 1.0.0
|
|
PYTHON_JMESPATH_SOURCE = jmespath-$(PYTHON_JMESPATH_VERSION).tar.gz
|
|
PYTHON_JMESPATH_SITE = https://files.pythonhosted.org/packages/06/7e/44686b986ef9ca6069db224651baaa8300b93af2a085a5b135997bf659b3
|
|
PYTHON_JMESPATH_SETUP_TYPE = setuptools
|
|
PYTHON_JMESPATH_LICENSE = MIT
|
|
PYTHON_JMESPATH_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|