mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
python3-coloredlogs: 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
2f21a8ce5f
commit
fb58592c70
|
|
@ -1,24 +0,0 @@
|
|||
DESCRIPTION = "Colored terminal output for Python's logging module"
|
||||
HOMEPAGE = "https://coloredlogs.readthedocs.io"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=690da298a43805797a4fa7bbe180b3c6"
|
||||
|
||||
SRC_URI[md5sum] = "0a186966a1955fff8cf9489373e691d9"
|
||||
SRC_URI[sha256sum] = "b869a2dda3fa88154b9dd850e27828d8755bfab5a838a1c97fbc850c6e377c36"
|
||||
|
||||
inherit pypi
|
||||
|
||||
do_compile_prepend() {
|
||||
sed -ie "s/find_pth_directory(),/'',/g" ${S}/setup.py
|
||||
}
|
||||
|
||||
do_install_append() {
|
||||
rm -rf ${D}${datadir}
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-humanfriendly \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
|
@ -1,2 +1,24 @@
|
|||
inherit setuptools3
|
||||
require python-coloredlogs.inc
|
||||
DESCRIPTION = "Colored terminal output for Python's logging module"
|
||||
HOMEPAGE = "https://coloredlogs.readthedocs.io"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=690da298a43805797a4fa7bbe180b3c6"
|
||||
|
||||
SRC_URI[md5sum] = "0a186966a1955fff8cf9489373e691d9"
|
||||
SRC_URI[sha256sum] = "b869a2dda3fa88154b9dd850e27828d8755bfab5a838a1c97fbc850c6e377c36"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
do_compile_prepend() {
|
||||
sed -ie "s/find_pth_directory(),/'',/g" ${S}/setup.py
|
||||
}
|
||||
|
||||
do_install_append() {
|
||||
rm -rf ${D}${datadir}
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-humanfriendly \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user