mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python-sijax: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
inherit setuptools3
|
||||
require python-sijax.inc
|
||||
DESCRIPTION = "An easy to use AJAX library for Python based on jQuery.ajax"
|
||||
HOMEPAGE = "https://github.com/spantaleev/sijax-python"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
SRC_URI[sha256sum] = "11b062f4a8b2aad95c87e7c09e5daf5a6b0d0f08abf9efe5f91a0075c6be7c0d"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=16e213d75641a392478df50cf0841903"
|
||||
|
||||
SRC_URI[sha256sum] = "11b062f4a8b2aad95c87e7c09e5daf5a6b0d0f08abf9efe5f91a0075c6be7c0d"
|
||||
|
||||
PYPI_PACKAGE = "Sijax"
|
||||
inherit pypi setuptools3
|
||||
|
||||
Reference in New Issue
Block a user