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:
Derek Straka 2020-04-04 13:12:44 -04:00 committed by Khem Raj
parent 1dbb1c6653
commit de9c7c23c8
2 changed files with 9 additions and 11 deletions

View File

@ -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

View File

@ -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