buildroot/package/python-nested-dict/python-nested-dict.mk
Adam Duskett 3a084d7e28 package/python-nested-dict: new package
Python dictionary with automatic and arbitrary levels of nestedness.

Signed-off-by: Adam Duskett <aduskett@greenlots.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-01-08 09:29:45 +01:00

15 lines
582 B
Makefile

################################################################################
#
# python-nested-dict
#
################################################################################
PYTHON_NESTED_DICT_VERSION = 1.61
PYTHON_NESTED_DICT_SOURCE = nested_dict-$(PYTHON_NESTED_DICT_VERSION).tar.gz
PYTHON_NESTED_DICT_SITE = https://files.pythonhosted.org/packages/42/d0/3b27fa65b16a2e44d793af59929fcdb3bb84b4664462ff2830105dfd9b7d
PYTHON_NESTED_DICT_SETUP_TYPE = setuptools
PYTHON_NESTED_DICT_LICENSE = MIT
PYTHON_NESTED_DICT_LICENSE_FILES = LICENSE.TXT
$(eval $(python-package))