mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
9
package/python-aiohttp-debugtoolbar/Config.in
Normal file
9
package/python-aiohttp-debugtoolbar/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_AIOHTTP_DEBUGTOOLBAR
|
||||
bool "python-aiohttp-debugtoolbar"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
|
||||
select BR2_PACKAGE_PYTHON_AIOHTTP_JINJA2 # runtime
|
||||
help
|
||||
debugtoolbar for aiohttp.
|
||||
|
||||
https://github.com/aio-libs/aiohttp_debugtoolbar
|
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aiohttp_debugtoolbar/json
|
||||
md5 496734057cb413d7a49a52a817802dbb aiohttp-debugtoolbar-0.6.0.tar.gz
|
||||
sha256 ec231661133b40136608d39dfb688e7ea0c3d47b6ae6dee52d5bf24ceb9e4d45 aiohttp-debugtoolbar-0.6.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 94d638be2cb4f186cc62bb567455837757547c15f1b350863aaf05a38843b542 LICENSE
|
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-aiohttp-debugtoolbar
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIOHTTP_DEBUGTOOLBAR_VERSION = 0.6.0
|
||||
PYTHON_AIOHTTP_DEBUGTOOLBAR_SOURCE = aiohttp-debugtoolbar-$(PYTHON_AIOHTTP_DEBUGTOOLBAR_VERSION).tar.gz
|
||||
PYTHON_AIOHTTP_DEBUGTOOLBAR_SITE = https://files.pythonhosted.org/packages/3f/dd/5121417dfbeb4661673afa5c8708f1539889d0e54b1509a6fdf66705efc5
|
||||
PYTHON_AIOHTTP_DEBUGTOOLBAR_SETUP_TYPE = setuptools
|
||||
PYTHON_AIOHTTP_DEBUGTOOLBAR_LICENSE = Apache-2.0
|
||||
PYTHON_AIOHTTP_DEBUGTOOLBAR_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user