mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-23 19:26:35 +00:00
Add buildroot 2018-02
This commit is contained in:
14
buildroot/package/python-enum/python-enum.mk
Normal file
14
buildroot/package/python-enum/python-enum.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-enum
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ENUM_VERSION = 0.4.6
|
||||
PYTHON_ENUM_SOURCE = enum-$(PYTHON_ENUM_VERSION).tar.gz
|
||||
PYTHON_ENUM_SITE = https://pypi.python.org/packages/0c/4e/1ea357e7783c756bb579333c1e4a026fb331371ee771f616ffedc781e531
|
||||
PYTHON_ENUM_SETUP_TYPE = setuptools
|
||||
PYTHON_ENUM_LICENSE = GPL-3.0+
|
||||
PYTHON_ENUM_LICENSE_FILES = LICENSE.GPL-3
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user