mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
11
package/python-cheroot/Config.in
Normal file
11
package/python-cheroot/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PYTHON_CHEROOT
|
||||
bool "python-cheroot"
|
||||
depends on BR2_PACKAGE_PYTHON3 # python-more-itertools, python-jaraco-functools
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime
|
||||
select BR2_PACKAGE_PYTHON_JARACO_FUNCTOOLS # runtime
|
||||
help
|
||||
Cheroot is the high-performance, pure-Python
|
||||
HTTP server used by CherryPy.
|
||||
|
||||
https://github.com/cherrypy/cheroot
|
||||
5
package/python-cheroot/python-cheroot.hash
Normal file
5
package/python-cheroot/python-cheroot.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/cheroot/json
|
||||
md5 7ace4b584a8092deb9f6b0142a627086 cheroot-8.2.1.tar.gz
|
||||
sha256 5b525b3e4a755adf78070ab54c1821fb860d4255a9317dba2b88eb2df2441cff cheroot-8.2.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 da6dc218683f6dab91c6367f00bf33095d980fb1f04d430c81c5e6994b8605e0 LICENSE.md
|
||||
15
package/python-cheroot/python-cheroot.mk
Normal file
15
package/python-cheroot/python-cheroot.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-cheroot
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CHEROOT_VERSION = 8.2.1
|
||||
PYTHON_CHEROOT_SOURCE = cheroot-$(PYTHON_CHEROOT_VERSION).tar.gz
|
||||
PYTHON_CHEROOT_SITE = https://files.pythonhosted.org/packages/9b/4d/2e51e7ce60f54a5279e91648b9b9b497d4d22bc624ecae6af1b6866144a7
|
||||
PYTHON_CHEROOT_LICENSE = BSD-3-Clause
|
||||
PYTHON_CHEROOT_LICENSE_FILES = LICENSE.md
|
||||
PYTHON_CHEROOT_SETUP_TYPE = setuptools
|
||||
PYTHON_CHEROOT_DEPENDENCIES = host-python-setuptools-scm host-python-setuptools-scm-git-archive
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user