Add python-colibris package

This commit is contained in:
Calin Crisan 2019-01-20 23:01:23 +02:00
parent 9f693b6884
commit 2a3e77a702
4 changed files with 24 additions and 0 deletions

View File

@ -778,6 +778,7 @@ menu "External python modules"
source "package/python-cherrypy/Config.in"
source "package/python-click/Config.in"
source "package/python-coherence/Config.in"
source "package/python-colibris/Config.in"
source "package/python-configobj/Config.in"
source "package/python-configshell-fb/Config.in"
source "package/python-constantly/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_COLIBRIS
bool "python-colibris"
depends on BR2_PACKAGE_PYTHON3
help
A collection of libraries glued together to make writing RESTful microservices easier.
https://gitlab.com/safefleet/colibris

View File

@ -0,0 +1,2 @@
sha256 ef291ebd1935886d2aae0cb996da3dddcfb7253462df185980897b290fd26d78 colibris-0.4.2.tar.gz

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-colibris
#
################################################################################
PYTHON_COLIBRIS_VERSION = 0.4.2
PYTHON_COLIBRIS_SOURCE = aiohttp-$(PYTHON_COLIBRIS_VERSION).tar.gz
PYTHON_COLIBRIS_SITE = https://files.pythonhosted.org/packages/05/88/2fcf6ddd6c9591147b14f691b9bf4007cc909a0f2f2e9fa8af5150a8e59d
PYTHON_COLIBRIS_SETUP_TYPE = setuptools
PYTHON_COLIBRIS_LICENSE = Apache-2.0
PYTHON_COLIBRIS_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))