[oe] [meta-python][PATCH 2/3] python3-six: Initial commit of 1.12.0

Khem Raj raj.khem at gmail.com
Fri Sep 6 21:29:06 UTC 2019


this package is already in oe-core

On Fri, Sep 6, 2019 at 2:02 PM Alistair Francis
<alistair.francis at wdc.com> wrote:
>
> Signed-off-by: Alistair Francis <alistair.francis at wdc.com>
> ---
>  meta-python/recipes-devtools/python/python-six.inc       | 9 +++++++++
>  .../recipes-devtools/python/python3-six_1.12.0.bb        | 2 ++
>  2 files changed, 11 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python-six.inc
>  create mode 100644 meta-python/recipes-devtools/python/python3-six_1.12.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python-six.inc b/meta-python/recipes-devtools/python/python-six.inc
> new file mode 100644
> index 000000000..92df2b486
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python-six.inc
> @@ -0,0 +1,9 @@
> +DESCRIPTION = "Six is a Python 2 and 3 compatibility library"
> +HOMEPAGE = "https://github.com/benjaminp/six"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://README.rst;md5=f9a0f1a5bcc65f1b7de7339906282610"
> +
> +SRC_URI[md5sum] = "9ae5d1feed8c0215f4ae4adcd9207fcb"
> +SRC_URI[sha256sum] = "d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73"
> +
> +inherit pypi
> diff --git a/meta-python/recipes-devtools/python/python3-six_1.12.0.bb b/meta-python/recipes-devtools/python/python3-six_1.12.0.bb
> new file mode 100644
> index 000000000..8795313be
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-six_1.12.0.bb
> @@ -0,0 +1,2 @@
> +inherit setuptools3
> +require python-six.inc
> --
> 2.23.0
>
> --
> _______________________________________________
> 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