[oe] [meta-python][PATCH v2] Add recipe for the coloredlogs python package.

Khem Raj raj.khem at gmail.com
Mon Jul 29 13:55:59 UTC 2019


There are packaging errors found see

https://errors.yoctoproject.org/Errors/Details/255454/
https://errors.yoctoproject.org/Errors/Details/255455/

On Sun, Jul 28, 2019 at 11:26 PM Windel Bouwman
<windel.bouwman at gmail.com> wrote:
>
> Signed-off-by: Windel Bouwman <windel.bouwman at gmail.com>
> ---
>  .../python/python-coloredlogs.inc             | 24 +++++++++++++++++++
>  .../python/python-coloredlogs_10.0.bb         |  2 ++
>  .../python/python3-coloredlogs_10.0.bb        |  2 ++
>  3 files changed, 28 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python-coloredlogs.inc
>  create mode 100644 meta-python/recipes-devtools/python/python-coloredlogs_10.0.bb
>  create mode 100644 meta-python/recipes-devtools/python/python3-coloredlogs_10.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python-coloredlogs.inc b/meta-python/recipes-devtools/python/python-coloredlogs.inc
> new file mode 100644
> index 000000000..2a4ccb37a
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python-coloredlogs.inc
> @@ -0,0 +1,24 @@
> +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" setup.py
> +}
> +
> +do_install_append() {
> +    rm -rf ${D}${prefix}${datadir}
> +}
> +
> +RDEPENDS_${PN} += "\
> +    ${PYTHON_PN}-humanfriendly \
> +"
> +
> +BBCLASSEXTEND = "native"
> diff --git a/meta-python/recipes-devtools/python/python-coloredlogs_10.0.bb b/meta-python/recipes-devtools/python/python-coloredlogs_10.0.bb
> new file mode 100644
> index 000000000..0fc1b258c
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python-coloredlogs_10.0.bb
> @@ -0,0 +1,2 @@
> +inherit setuptools
> +require python-coloredlogs.inc
> diff --git a/meta-python/recipes-devtools/python/python3-coloredlogs_10.0.bb b/meta-python/recipes-devtools/python/python3-coloredlogs_10.0.bb
> new file mode 100644
> index 000000000..387239966
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-coloredlogs_10.0.bb
> @@ -0,0 +1,2 @@
> +inherit setuptools3
> +require python-coloredlogs.inc
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list