mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-25 12:48:03 +00:00
14 lines
474 B
Makefile
14 lines
474 B
Makefile
################################################################################
|
|
#
|
|
# python-webpy
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_WEBPY_VERSION = webpy-0.39
|
|
PYTHON_WEBPY_SITE = $(call github,webpy,webpy,$(PYTHON_WEBPY_VERSION))
|
|
PYTHON_WEBPY_SETUP_TYPE = setuptools
|
|
PYTHON_WEBPY_LICENSE = Public Domain, CherryPy License
|
|
PYTHON_WEBPY_LICENSE_FILES = LICENSE.txt web/wsgiserver/LICENSE.txt
|
|
|
|
$(eval $(python-package))
|