01320bb9ff
No functional change, but upstream has now tagged the release, so use the tag instead of the sha1. https://github.com/webpy/webpy/issues/449 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
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))
|