mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
Added python-flask-sijax package
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
2fa700209a
commit
d37415eb2a
|
|
@ -0,0 +1,8 @@
|
|||
DESCRIPTION = "An extension for the Flask microframework that adds Sijax support."
|
||||
HOMEPAGE = "https://github.com/spantaleev/flask-sijax"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6"
|
||||
|
||||
PYPI_PACKAGE = "Flask-Sijax"
|
||||
RDEPENDS_${PN} = "${PYTHON_PN}-sijax"
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
inherit pypi setuptools
|
||||
require python-flask-sijax.inc
|
||||
|
||||
SRC_URI[sha256sum] = "fb2bf2d4f75408185102195055d75549fee8d9c9e954dca2427186925cdc429f"
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
inherit pypi setuptools3
|
||||
require python-flask-sijax.inc
|
||||
|
||||
SRC_URI[sha256sum] = "fb2bf2d4f75408185102195055d75549fee8d9c9e954dca2427186925cdc429f"
|
||||
Loading…
Reference in New Issue
Block a user