mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
python-webpy: add new package
[Peter: drop redundant python|python3 dependency] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
afae45bb83
commit
a6f0cfa51f
13
package/python-webpy/python-webpy.mk
Normal file
13
package/python-webpy/python-webpy.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-webpy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_WEBPY_VERSION = 0.37
|
||||
PYTHON_WEBPY_SITE = $(call github,webpy,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))
|
||||
Reference in New Issue
Block a user