summaryrefslogtreecommitdiffstats
path: root/package/python-cherrypy
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2017-06-16 09:27:58 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-06-20 21:56:00 +0200
commitcdd213170c2a61bde07ac07f1f288f8d75216478 (patch)
tree7ff11ba9a4c7e9519c2f85843d3999bb151e6e47 /package/python-cherrypy
parentc63404c6bea2c85b8aa7f2c2cbcf561fe29a50d0 (diff)
downloadbuildroot-cdd213170c2a61bde07ac07f1f288f8d75216478.tar.gz
buildroot-cdd213170c2a61bde07ac07f1f288f8d75216478.zip
python-cherrypy: bump to version 10.2.2
Fix license info, add new dependencies and change setup type. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-cherrypy')
-rw-r--r--package/python-cherrypy/Config.in7
-rw-r--r--package/python-cherrypy/python-cherrypy.hash6
-rw-r--r--package/python-cherrypy/python-cherrypy.mk9
3 files changed, 13 insertions, 9 deletions
diff --git a/package/python-cherrypy/Config.in b/package/python-cherrypy/Config.in
index 6e32ec2a1a..c04997269b 100644
--- a/package/python-cherrypy/Config.in
+++ b/package/python-cherrypy/Config.in
@@ -1,9 +1,12 @@
config BR2_PACKAGE_PYTHON_CHERRYPY
bool "python-cherrypy"
- select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
- select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
+ select BR2_PACKAGE_PYTHON_CHEROOT # runtime
+ select BR2_PACKAGE_PYTHON_PORTEND # runtime
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
+ select BR2_PACKAGE_PYTHON_SIX # runtime
+ select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
+ select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
help
A minimalist web framework
diff --git a/package/python-cherrypy/python-cherrypy.hash b/package/python-cherrypy/python-cherrypy.hash
index 6befa457d8..ac3b982ba8 100644
--- a/package/python-cherrypy/python-cherrypy.hash
+++ b/package/python-cherrypy/python-cherrypy.hash
@@ -1,3 +1,3 @@
-# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=4b765329b0b4b65ec25811e3febb6c93, sha256 locally computed
-md5 4b765329b0b4b65ec25811e3febb6c93 CherryPy-4.0.0.tar.gz
-sha256 73ad4f8870b5a3e9988a7778b5d3003a390d440527ec3458a0c7e58865d2611a CherryPy-4.0.0.tar.gz
+# md5 from https://pypi.python.org/pypi/CherryPy/json, sha256 locally computed
+md5 105cbcd4f7cd139ab4107f1b0e39afe3 CherryPy-10.2.2.tar.gz
+sha256 32d93334df765c7fd5d22815ab643333e850f0cc4f6d51fee62a68f23eea8ff8 CherryPy-10.2.2.tar.gz
diff --git a/package/python-cherrypy/python-cherrypy.mk b/package/python-cherrypy/python-cherrypy.mk
index 54742b9716..2820b69828 100644
--- a/package/python-cherrypy/python-cherrypy.mk
+++ b/package/python-cherrypy/python-cherrypy.mk
@@ -4,11 +4,12 @@
#
################################################################################
-PYTHON_CHERRYPY_VERSION = 4.0.0
+PYTHON_CHERRYPY_VERSION = 10.2.2
PYTHON_CHERRYPY_SOURCE = CherryPy-$(PYTHON_CHERRYPY_VERSION).tar.gz
-PYTHON_CHERRYPY_SITE = http://pypi.python.org/packages/source/C/CherryPy
+PYTHON_CHERRYPY_SITE = https://pypi.python.org/packages/a2/de/dddea0c4d4be436724bfc2d1486c99368541d93c269bfa2a7fa3d132021e
PYTHON_CHERRYPY_LICENSE = BSD-3-Clause
-PYTHON_CHERRYPY_LICENSE_FILES = cherrypy/LICENSE.txt
-PYTHON_CHERRYPY_SETUP_TYPE = distutils
+PYTHON_CHERRYPY_LICENSE_FILES = LICENSE.md
+PYTHON_CHERRYPY_SETUP_TYPE = setuptools
+PYTHON_CHERRYPY_DEPENDENCIES = host-python-setuptools-scm
$(eval $(python-package))
OpenPOWER on IntegriCloud