mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
Add python-colibris package
This commit is contained in:
parent
9f693b6884
commit
2a3e77a702
@ -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"
|
||||
|
7
package/python-colibris/Config.in
Normal file
7
package/python-colibris/Config.in
Normal 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
|
2
package/python-colibris/python-colibris.hash
Normal file
2
package/python-colibris/python-colibris.hash
Normal file
@ -0,0 +1,2 @@
|
||||
sha256 ef291ebd1935886d2aae0cb996da3dddcfb7253462df185980897b290fd26d78 colibris-0.4.2.tar.gz
|
||||
|
14
package/python-colibris/python-colibris.mk
Normal file
14
package/python-colibris/python-colibris.mk
Normal 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))
|
Loading…
x
Reference in New Issue
Block a user