mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://github.com/corenting/immutabledict/blob/v4.3.1/CHANGELOG.md Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
593 B
Makefile
15 lines
593 B
Makefile
################################################################################
|
|
#
|
|
# python-immutabledict
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_IMMUTABLEDICT_VERSION = 4.3.1
|
|
PYTHON_IMMUTABLEDICT_SOURCE = immutabledict-$(PYTHON_IMMUTABLEDICT_VERSION).tar.gz
|
|
PYTHON_IMMUTABLEDICT_SITE = https://files.pythonhosted.org/packages/1d/e6/718471048fea0366c3e3d1df3acfd914ca66d571cdffcf6d37bbcd725708
|
|
PYTHON_IMMUTABLEDICT_SETUP_TYPE = poetry
|
|
PYTHON_IMMUTABLEDICT_LICENSE = MIT
|
|
PYTHON_IMMUTABLEDICT_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|