1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-27 13:41:06 +00:00
Files
operating-system/buildroot/package/python-webpy/python-webpy.mk
2018-03-17 23:47:00 +00:00

14 lines
473 B
Makefile

################################################################################
#
# python-webpy
#
################################################################################
PYTHON_WEBPY_VERSION = webpy-0.37
PYTHON_WEBPY_SITE = $(call github,webpy,webpy,$(PYTHON_WEBPY_VERSION))
PYTHON_WEBPY_SETUP_TYPE = distutils
PYTHON_WEBPY_LICENSE = Public Domain, CherryPy License
PYTHON_WEBPY_LICENSE_FILES = LICENSE.txt web/wsgiserver/LICENSE.txt
$(eval $(python-package))