1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-25 20:57:45 +00:00
Files
operating-system/buildroot/package/python-toml/python-toml.mk
2018-03-17 23:47:00 +00:00

14 lines
401 B
Makefile

################################################################################
#
# python-toml
#
################################################################################
PYTHON_TOML_VERSION = 0.9.3
PYTHON_TOML_SITE = $(call github,uiri,toml,$(PYTHON_TOML_VERSION))
PYTHON_TOML_SETUP_TYPE = setuptools
PYTHON_TOML_LICENSE = MIT
PYTHON_TOML_LICENSE_FILES = LICENSE
$(eval $(python-package))