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:
Asaf Kahlon
2019-10-18 21:26:26 +03:00
committed by Peter Korsgaard
parent 4ae79593a9
commit 91bf94b2f2
3 changed files with 13 additions and 10 deletions

View File

@@ -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))