mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/python-webpy: bump to version 0.40
* Update dependency list. * Take tarball from PyPI instead of Github. * webpy now supports both Python 2 and Python 3. * License change: On commit 97466ad0392738be2f5cc3bd4c1289872a8a0f44, WSGI server moved the cherrypy library so web/wsgiserver/LICENSE.txt has removed and LICENSE.txt doesn't mention WSGI anymore. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
4ae79593a9
commit
91bf94b2f2
@@ -4,10 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_WEBPY_VERSION = 0.39
|
||||
PYTHON_WEBPY_SITE = $(call github,webpy,webpy,webpy-$(PYTHON_WEBPY_VERSION))
|
||||
PYTHON_WEBPY_VERSION = 0.40
|
||||
PYTHON_WEBPY_SOURCE = web.py-$(PYTHON_WEBPY_VERSION).tar.gz
|
||||
PYTHON_WEBPY_SITE = https://files.pythonhosted.org/packages/e3/23/ed84b174add09153329c6357984c8433e2f350de91c3859fa48c3cdbf7dc
|
||||
PYTHON_WEBPY_SETUP_TYPE = setuptools
|
||||
PYTHON_WEBPY_LICENSE = Public Domain, CherryPy License
|
||||
PYTHON_WEBPY_LICENSE_FILES = LICENSE.txt web/wsgiserver/LICENSE.txt
|
||||
PYTHON_WEBPY_LICENSE = Public Domain
|
||||
PYTHON_WEBPY_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user