91bf94b2f2
* 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>
15 lines
539 B
Makefile
15 lines
539 B
Makefile
################################################################################
|
|
#
|
|
# python-webpy
|
|
#
|
|
################################################################################
|
|
|
|
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
|
|
PYTHON_WEBPY_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|