mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
python3-parse-type: Consolidate in a single file
Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,25 +0,0 @@
|
|||||||
SUMMARY = "Simplifies building parse types based on the parse module"
|
|
||||||
HOMEPAGE = "https://github.com/jenisys/parse_type"
|
|
||||||
LICENSE = "BSD-3-Clause"
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d07323820cca0f1d192cbbf8a0516f95"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "b5fa59e45965d1b2896023742df2e707"
|
|
||||||
SRC_URI[sha256sum] = "f596bdc75d3dd93036fbfe3d04127da9f6df0c26c36e01e76da85adef4336b3c"
|
|
||||||
|
|
||||||
PYPI_PACKAGE = "parse_type"
|
|
||||||
inherit pypi ptest
|
|
||||||
|
|
||||||
RDEPENDS_${PN} += "${PYTHON_PN}-parse"
|
|
||||||
|
|
||||||
SRC_URI += " \
|
|
||||||
file://run-ptest \
|
|
||||||
"
|
|
||||||
|
|
||||||
RDEPENDS_${PN}-ptest += " \
|
|
||||||
${PYTHON_PN}-pytest \
|
|
||||||
"
|
|
||||||
|
|
||||||
do_install_ptest() {
|
|
||||||
install -d ${D}${PTEST_PATH}/tests
|
|
||||||
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
|
||||||
}
|
|
||||||
@@ -1,2 +1,25 @@
|
|||||||
inherit setuptools3
|
SUMMARY = "Simplifies building parse types based on the parse module"
|
||||||
require python-parse-type.inc
|
HOMEPAGE = "https://github.com/jenisys/parse_type"
|
||||||
|
LICENSE = "BSD-3-Clause"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d07323820cca0f1d192cbbf8a0516f95"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "b5fa59e45965d1b2896023742df2e707"
|
||||||
|
SRC_URI[sha256sum] = "f596bdc75d3dd93036fbfe3d04127da9f6df0c26c36e01e76da85adef4336b3c"
|
||||||
|
|
||||||
|
PYPI_PACKAGE = "parse_type"
|
||||||
|
inherit pypi ptest setuptools3
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "${PYTHON_PN}-parse"
|
||||||
|
|
||||||
|
SRC_URI += " \
|
||||||
|
file://run-ptest \
|
||||||
|
"
|
||||||
|
|
||||||
|
RDEPENDS_${PN}-ptest += " \
|
||||||
|
${PYTHON_PN}-pytest \
|
||||||
|
"
|
||||||
|
|
||||||
|
do_install_ptest() {
|
||||||
|
install -d ${D}${PTEST_PATH}/tests
|
||||||
|
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user