From 9108be2cb7d26b8c70276cd9ddbf60c8ac9311b3 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Tue, 14 May 2019 22:35:22 +0300 Subject: [PATCH] python-aiohttp-swagger: update to eLvErDe git repo --- package/python-aiohttp-swagger/Config.in | 2 +- package/python-aiohttp-swagger/python-aiohttp-swagger.hash | 2 -- package/python-aiohttp-swagger/python-aiohttp-swagger.mk | 7 +++---- 3 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 package/python-aiohttp-swagger/python-aiohttp-swagger.hash diff --git a/package/python-aiohttp-swagger/Config.in b/package/python-aiohttp-swagger/Config.in index 45137fc8b9..69dd63369d 100644 --- a/package/python-aiohttp-swagger/Config.in +++ b/package/python-aiohttp-swagger/Config.in @@ -4,4 +4,4 @@ config BR2_PACKAGE_PYTHON_AIOHTTP_SWAGGER help Swagger API Documentation builder for aiohttp server - https://github.com/cr0hn/aiohttp-swagger + https://github.com/eLvErDe/aiohttp-swagger diff --git a/package/python-aiohttp-swagger/python-aiohttp-swagger.hash b/package/python-aiohttp-swagger/python-aiohttp-swagger.hash deleted file mode 100644 index 0fab5422a0..0000000000 --- a/package/python-aiohttp-swagger/python-aiohttp-swagger.hash +++ /dev/null @@ -1,2 +0,0 @@ -sha256 b9db24513c2092e4d5aecc897d7df01e7ba8ed2c23699536c20d1743e15f87e4 aiohttp-swagger-1.0.5.tar.gz - diff --git a/package/python-aiohttp-swagger/python-aiohttp-swagger.mk b/package/python-aiohttp-swagger/python-aiohttp-swagger.mk index 1fa19d34c2..b2688fdbf5 100644 --- a/package/python-aiohttp-swagger/python-aiohttp-swagger.mk +++ b/package/python-aiohttp-swagger/python-aiohttp-swagger.mk @@ -1,12 +1,11 @@ ################################################################################ # -# python-apispec +# python-aiohttp-swagger # ################################################################################ -PYTHON_AIOHTTP_SWAGGER_VERSION = 1.0.5 -PYTHON_AIOHTTP_SWAGGER_SOURCE = aiohttp-swagger-$(PYTHON_AIOHTTP_SWAGGER_VERSION).tar.gz -PYTHON_AIOHTTP_SWAGGER_SITE = https://files.pythonhosted.org/packages/96/a9/4c74fbd561b3beea9d8926f91290b026e746d20279b876f98fb9ac0bbe02 +PYTHON_AIOHTTP_SWAGGER_VERSION = 39687734726ac72067f4e77209440757925dd6f2 +PYTHON_AIOHTTP_SWAGGER_SITE = $(call github,eLvErDe,aiohttp-swagger,$(PYTHON_AIOHTTP_SWAGGER_VERSION)) PYTHON_AIOHTTP_SWAGGER_SETUP_TYPE = setuptools PYTHON_AIOHTTP_SWAGGER_LICENSE = Apache-2.0 PYTHON_AIOHTTP_SWAGGER_LICENSE_FILES = LICENSE.txt