mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/python-cherrypy: bump to version 18.10.0
Drop no longer required host-python-setuptools-scm-git-archive build dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
60585adf13
commit
191e7685c8
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/cherrypy/json
|
||||
md5 014dbd400aeda9d2b098ed01c95b4a30 CherryPy-18.9.0.tar.gz
|
||||
sha256 6b06c191ce71a86461f30572a1ab57ffc09f43143ba8e42c103c7b3347220eb1 CherryPy-18.9.0.tar.gz
|
||||
md5 3f7cf1b729467945218bf553f7232da8 cherrypy-18.10.0.tar.gz
|
||||
sha256 6c70e78ee11300e8b21c0767c542ae6b102a49cac5cfd4e3e313d7bb907c5891 cherrypy-18.10.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 45ade933c280ece37e3e01d3a91afeed9505746a456f72ad10b0897c49e65104 LICENSE.md
|
||||
|
||||
@@ -4,14 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CHERRYPY_VERSION = 18.9.0
|
||||
PYTHON_CHERRYPY_SOURCE = CherryPy-$(PYTHON_CHERRYPY_VERSION).tar.gz
|
||||
PYTHON_CHERRYPY_SITE = https://files.pythonhosted.org/packages/bd/5f/e265a49883bfcfb7f2c3d3d9e96197cfe8136783e96c5ce20e201550aaa0
|
||||
PYTHON_CHERRYPY_VERSION = 18.10.0
|
||||
PYTHON_CHERRYPY_SOURCE = cherrypy-$(PYTHON_CHERRYPY_VERSION).tar.gz
|
||||
PYTHON_CHERRYPY_SITE = https://files.pythonhosted.org/packages/93/e8/2f7ef142d1962d08a8885c4c9942212abecad6a80ccdd1620fd1f5c993fd
|
||||
PYTHON_CHERRYPY_LICENSE = BSD-3-Clause
|
||||
PYTHON_CHERRYPY_LICENSE_FILES = LICENSE.md
|
||||
PYTHON_CHERRYPY_SETUP_TYPE = setuptools
|
||||
PYTHON_CHERRYPY_DEPENDENCIES = \
|
||||
host-python-setuptools-scm \
|
||||
host-python-setuptools-scm-git-archive
|
||||
PYTHON_CHERRYPY_DEPENDENCIES = host-python-setuptools-scm
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user