Add python-aiohttp-swagger package

This commit is contained in:
Calin Crisan 2019-01-20 22:53:53 +02:00
parent 47841c6b2b
commit 9f693b6884
4 changed files with 24 additions and 0 deletions

View File

@ -748,6 +748,7 @@ menu "External python modules"
source "package/python-aiocoap/Config.in"
source "package/python-aiohttp/Config.in"
source "package/python-aiohttp-apispec/Config.in"
source "package/python-aiohttp-swagger/Config.in"
source "package/python-alsaaudio/Config.in"
source "package/python-apispec/Config.in"
source "package/python-argh/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_AIOHTTP_SWAGGER
bool "python-aiohttp-swagger"
depends on BR2_PACKAGE_PYTHON3
help
Swagger API Documentation builder for aiohttp server
https://github.com/cr0hn/aiohttp-swagger

View File

@ -0,0 +1,2 @@
sha256 b9db24513c2092e4d5aecc897d7df01e7ba8ed2c23699536c20d1743e15f87e4 aiohttp-swagger-1.0.5.tar.gz

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-apispec
#
################################################################################
PYTHON_AIOHTTP_SWAGGER_VERSION = 0.39.0
PYTHON_AIOHTTP_SWAGGER_SOURCE = aiohttp-$(PYTHON_AIOHTTP_SWAGGER_VERSION).tar.gz
PYTHON_AIOHTTP_SWAGGER_SITE = https://files.pythonhosted.org/packages/96/a9/4c74fbd561b3beea9d8926f91290b026e746d20279b876f98fb9ac0bbe02
PYTHON_AIOHTTP_SWAGGER_SETUP_TYPE = setuptools
PYTHON_AIOHTTP_SWAGGER_LICENSE = Apache-2.0
PYTHON_AIOHTTP_SWAGGER_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))