mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +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:
parent
1dbb1c6653
commit
de9c7c23c8
|
|
@ -1,8 +0,0 @@
|
|||
DESCRIPTION = "An easy to use AJAX library for Python based on jQuery.ajax"
|
||||
HOMEPAGE = "https://github.com/spantaleev/sijax-python"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=16e213d75641a392478df50cf0841903"
|
||||
|
||||
PYPI_PACKAGE = "Sijax"
|
||||
inherit pypi
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user