All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-mypy-extensions: Initial add 0.4.3
@ 2021-01-23 19:25 Andreas Müller
  2021-01-23 19:25 ` [meta-python][PATCH 2/5] python3-mypy: initial add 0.800 Andreas Müller
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Andreas Müller @ 2021-01-23 19:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: trevor.gamblin

Currently it lives in:

* meta-iot-cloud
* meta-microcontroller
* meta-ros-common
* meta-sca

Seems important so add it to meta-python

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../python/python3-mypy-extensions_0.4.3.bb          | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-mypy-extensions_0.4.3.bb

diff --git a/meta-python/recipes-devtools/python/python3-mypy-extensions_0.4.3.bb b/meta-python/recipes-devtools/python/python3-mypy-extensions_0.4.3.bb
new file mode 100644
index 000000000..83ac5362d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-mypy-extensions_0.4.3.bb
@@ -0,0 +1,12 @@
+SUMMARY = "Experimental type system extensions for programs checked with the mypy typechecker"
+HOMEPAGE = "https://github.com/python/mypy_extensions"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=0fe3219e2470a78c0d1837019b8b426e"
+
+PYPI_PACKAGE = "mypy_extensions"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"
+
+BBCLASSEXTEND = "native"
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-python][PATCH 2/5] python3-mypy: initial add 0.800
  2021-01-23 19:25 [meta-python][PATCH 1/5] python3-mypy-extensions: Initial add 0.4.3 Andreas Müller
@ 2021-01-23 19:25 ` Andreas Müller
  2021-01-23 20:51   ` [oe] " Khem Raj
  2021-01-27 14:53   ` Trevor Gamblin
  2021-01-23 19:25 ` [meta-python][PATCH 3/5] python3-send2trash_ initial add 1.5.0 Andreas Müller
                   ` (3 subsequent siblings)
  4 siblings, 2 replies; 13+ messages in thread
From: Andreas Müller @ 2021-01-23 19:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: trevor.gamblin

Currently it lives in:

* meta-microcontroller
* meta-ros-common
* meta-sca

Seems important so add it to meta-python

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../python/python3-mypy_0.800.bb               | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-mypy_0.800.bb

diff --git a/meta-python/recipes-devtools/python/python3-mypy_0.800.bb b/meta-python/recipes-devtools/python/python3-mypy_0.800.bb
new file mode 100644
index 000000000..0d019dfe1
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-mypy_0.800.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Optional static typing for Python 3 and 2 (PEP 484)"
+HOMEPAGE = "https://github.com/python/mypy"
+LICENSE = "MIT & Python-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6afb7c151c4dedb5c3dc292cc120fadc"
+
+RDEPENDS_${PN} = " \
+    ${PYTHON_PN}-mypy-extensions \
+    ${PYTHON_PN}-typed-ast \
+    ${PYTHON_PN}-typing-extensions \
+"
+
+PYPI_PACKAGE = "mypy"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "e0202e37756ed09daf4b0ba64ad2c245d357659e014c3f51d8cd0681ba66940a"
+
+BBCLASSEXTEND = "native"
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-python][PATCH 3/5] python3-send2trash_ initial add 1.5.0
  2021-01-23 19:25 [meta-python][PATCH 1/5] python3-mypy-extensions: Initial add 0.4.3 Andreas Müller
  2021-01-23 19:25 ` [meta-python][PATCH 2/5] python3-mypy: initial add 0.800 Andreas Müller
@ 2021-01-23 19:25 ` Andreas Müller
  2021-01-27 14:54   ` Trevor Gamblin
  2021-01-23 19:25 ` [meta-python][PATCH 4/5] python3-asttokens: initial add 2.0.4 Andreas Müller
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 13+ messages in thread
From: Andreas Müller @ 2021-01-23 19:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: trevor.gamblin

Currently it lives in:

* meta-jupyter
* meta-microcontroller

Seems important so add it to meta-python

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../send2trash/python3-send2trash_1.5.0.bb               | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 meta-python/recipes-extended/send2trash/python3-send2trash_1.5.0.bb

diff --git a/meta-python/recipes-extended/send2trash/python3-send2trash_1.5.0.bb b/meta-python/recipes-extended/send2trash/python3-send2trash_1.5.0.bb
new file mode 100644
index 000000000..d906c0b9e
--- /dev/null
+++ b/meta-python/recipes-extended/send2trash/python3-send2trash_1.5.0.bb
@@ -0,0 +1,9 @@
+SUMMARY = "Send file to trash natively under Mac OS X, Windows and Linux"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=05faa35ba1ca10b723f19d286c9d5237"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "60001cc07d707fe247c94f74ca6ac0d3255aabcb930529690897ca2a39db28b2"
+
+PYPI_PACKAGE = "Send2Trash"
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-python][PATCH 4/5] python3-asttokens: initial add 2.0.4
  2021-01-23 19:25 [meta-python][PATCH 1/5] python3-mypy-extensions: Initial add 0.4.3 Andreas Müller
  2021-01-23 19:25 ` [meta-python][PATCH 2/5] python3-mypy: initial add 0.800 Andreas Müller
  2021-01-23 19:25 ` [meta-python][PATCH 3/5] python3-send2trash_ initial add 1.5.0 Andreas Müller
@ 2021-01-23 19:25 ` Andreas Müller
  2021-01-27 14:54   ` Trevor Gamblin
  2021-01-23 19:25 ` [meta-python][PATCH 5/5] python3-typed-ast: Initial add 1.4.1 Andreas Müller
  2021-01-27 14:53 ` [meta-python][PATCH 1/5] python3-mypy-extensions: Initial add 0.4.3 Trevor Gamblin
  4 siblings, 1 reply; 13+ messages in thread
From: Andreas Müller @ 2021-01-23 19:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: trevor.gamblin

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../python/python3-asttokens_2.0.4.bb           | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-asttokens_2.0.4.bb

diff --git a/meta-python/recipes-devtools/python/python3-asttokens_2.0.4.bb b/meta-python/recipes-devtools/python/python3-asttokens_2.0.4.bb
new file mode 100644
index 000000000..c2149336f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-asttokens_2.0.4.bb
@@ -0,0 +1,17 @@
+SUMMARY = "The asttokens module annotates Python abstract syntax trees (ASTs)"
+HOMEPAGE = "https://github.com/gristlabs/asttokens"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
+
+PYPI_PACKAGE = "asttokens"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "a42e57e28f2ac1c85ed9b1f84109401427e5c63c04f61d15b8842b027eec5128"
+
+DEPENDS += "\
+    python3-setuptools-scm-native \
+    python3-wheel-native \
+"
+
+BBCLASSEXTEND = "native"
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-python][PATCH 5/5] python3-typed-ast: Initial add 1.4.1
  2021-01-23 19:25 [meta-python][PATCH 1/5] python3-mypy-extensions: Initial add 0.4.3 Andreas Müller
                   ` (2 preceding siblings ...)
  2021-01-23 19:25 ` [meta-python][PATCH 4/5] python3-asttokens: initial add 2.0.4 Andreas Müller
@ 2021-01-23 19:25 ` Andreas Müller
  2021-01-23 20:53   ` [oe] " Khem Raj
  2021-01-27 14:54   ` Trevor Gamblin
  2021-01-27 14:53 ` [meta-python][PATCH 1/5] python3-mypy-extensions: Initial add 0.4.3 Trevor Gamblin
  4 siblings, 2 replies; 13+ messages in thread
From: Andreas Müller @ 2021-01-23 19:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: trevor.gamblin

Currently it lives in:

* meta-microcontroller
* meta-ros-common
* meta-sca

Seems important so add it to meta-python

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../python/python3-typed-ast_1.4.1.bb                | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb b/meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb
new file mode 100644
index 000000000..2cc9f6c43
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb
@@ -0,0 +1,12 @@
+SUMMARY = "Modified fork of CPython's ast module that parses `# type:` comments"
+HOMEPAGE = "https://github.com/python/typed_ast"
+LICENSE = "Apache-2.0 & MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=97f1494e93daf66a5df47118407a4c4f"
+
+PYPI_PACKAGE = "typed_ast"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b"
+
+BBCLASSEXTEND = "native"
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: [oe] [meta-python][PATCH 2/5] python3-mypy: initial add 0.800
  2021-01-23 19:25 ` [meta-python][PATCH 2/5] python3-mypy: initial add 0.800 Andreas Müller
@ 2021-01-23 20:51   ` Khem Raj
  2021-01-24 12:06     ` Andreas Müller
  2021-01-27 14:53   ` Trevor Gamblin
  1 sibling, 1 reply; 13+ messages in thread
From: Khem Raj @ 2021-01-23 20:51 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembedded-devel, trevor.gamblin

[-- Attachment #1: Type: text/plain, Size: 1481 bytes --]

Someone should delete it from these layers too after it’s applied to
meta-python

On Sat, Jan 23, 2021 at 11:25 AM Andreas Müller <schnitzeltony@gmail.com>
wrote:

> Currently it lives in:
>
> * meta-microcontroller
> * meta-ros-common
> * meta-sca
>
> Seems important so add it to meta-python
>
> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
> ---
>  .../python/python3-mypy_0.800.bb               | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/
> python3-mypy_0.800.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-mypy_0.800.bb
> b/meta-python/recipes-devtools/python/python3-mypy_0.800.bb
> new file mode 100644
> index 000000000..0d019dfe1
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-mypy_0.800.bb
> @@ -0,0 +1,18 @@
> +SUMMARY = "Optional static typing for Python 3 and 2 (PEP 484)"
> +HOMEPAGE = "https://github.com/python/mypy"
> +LICENSE = "MIT & Python-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=6afb7c151c4dedb5c3dc292cc120fadc"
> +
> +RDEPENDS_${PN} = " \
> +    ${PYTHON_PN}-mypy-extensions \
> +    ${PYTHON_PN}-typed-ast \
> +    ${PYTHON_PN}-typing-extensions \
> +"
> +
> +PYPI_PACKAGE = "mypy"
> +
> +inherit pypi setuptools3
> +
> +SRC_URI[sha256sum] =
> "e0202e37756ed09daf4b0ba64ad2c245d357659e014c3f51d8cd0681ba66940a"
> +
> +BBCLASSEXTEND = "native"
> --
> 2.26.2
>
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 2462 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [oe] [meta-python][PATCH 5/5] python3-typed-ast: Initial add 1.4.1
  2021-01-23 19:25 ` [meta-python][PATCH 5/5] python3-typed-ast: Initial add 1.4.1 Andreas Müller
@ 2021-01-23 20:53   ` Khem Raj
  2021-01-27 14:54   ` Trevor Gamblin
  1 sibling, 0 replies; 13+ messages in thread
From: Khem Raj @ 2021-01-23 20:53 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembedded-devel, trevor.gamblin

[-- Attachment #1: Type: text/plain, Size: 1385 bytes --]

Please add the new packages to packagegroups too so it can appear in test
images

On Sat, Jan 23, 2021 at 11:25 AM Andreas Müller <schnitzeltony@gmail.com>
wrote:

> Currently it lives in:
>
> * meta-microcontroller
> * meta-ros-common
> * meta-sca
>
> Seems important so add it to meta-python
>
> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
> ---
>  .../python/python3-typed-ast_1.4.1.bb                | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/
> python3-typed-ast_1.4.1.bb
>
> diff --git a/meta-python/recipes-devtools/python/
> python3-typed-ast_1.4.1.bb b/meta-python/recipes-devtools/python/
> python3-typed-ast_1.4.1.bb
> new file mode 100644
> index 000000000..2cc9f6c43
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb
> @@ -0,0 +1,12 @@
> +SUMMARY = "Modified fork of CPython's ast module that parses `# type:`
> comments"
> +HOMEPAGE = "https://github.com/python/typed_ast"
> +LICENSE = "Apache-2.0 & MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=97f1494e93daf66a5df47118407a4c4f"
> +
> +PYPI_PACKAGE = "typed_ast"
> +
> +inherit pypi setuptools3
> +
> +SRC_URI[sha256sum] =
> "8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b"
> +
> +BBCLASSEXTEND = "native"
> --
> 2.26.2
>
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 2401 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [oe] [meta-python][PATCH 2/5] python3-mypy: initial add 0.800
  2021-01-23 20:51   ` [oe] " Khem Raj
@ 2021-01-24 12:06     ` Andreas Müller
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Müller @ 2021-01-24 12:06 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel, Trevor Gamblin

On Sat, Jan 23, 2021 at 9:51 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> Someone should delete it from these layers too after it’s applied to meta-python
Once applied here, I'll send out patches to those layer that have a
getesgarth branch.

Andreas

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [meta-python][PATCH 1/5] python3-mypy-extensions: Initial add 0.4.3
  2021-01-23 19:25 [meta-python][PATCH 1/5] python3-mypy-extensions: Initial add 0.4.3 Andreas Müller
                   ` (3 preceding siblings ...)
  2021-01-23 19:25 ` [meta-python][PATCH 5/5] python3-typed-ast: Initial add 1.4.1 Andreas Müller
@ 2021-01-27 14:53 ` Trevor Gamblin
  4 siblings, 0 replies; 13+ messages in thread
From: Trevor Gamblin @ 2021-01-27 14:53 UTC (permalink / raw)
  To: Andreas Müller, openembedded-devel


On 2021-01-23 2:25 p.m., Andreas Müller wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Currently it lives in:
>
> * meta-iot-cloud
> * meta-microcontroller
> * meta-ros-common
> * meta-sca
>
> Seems important so add it to meta-python
>
> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-mypy-extensions_0.4.3.bb          | 12 ++++++++++++
>   1 file changed, 12 insertions(+)
>   create mode 100644 meta-python/recipes-devtools/python/python3-mypy-extensions_0.4.3.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-mypy-extensions_0.4.3.bb b/meta-python/recipes-devtools/python/python3-mypy-extensions_0.4.3.bb
> new file mode 100644
> index 000000000..83ac5362d
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-mypy-extensions_0.4.3.bb
> @@ -0,0 +1,12 @@
> +SUMMARY = "Experimental type system extensions for programs checked with the mypy typechecker"
> +HOMEPAGE = "https://github.com/python/mypy_extensions"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=0fe3219e2470a78c0d1837019b8b426e"
> +
> +PYPI_PACKAGE = "mypy_extensions"
> +
> +inherit pypi setuptools3
> +
> +SRC_URI[sha256sum] = "2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"
> +
> +BBCLASSEXTEND = "native"
> --
> 2.26.2
>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [meta-python][PATCH 2/5] python3-mypy: initial add 0.800
  2021-01-23 19:25 ` [meta-python][PATCH 2/5] python3-mypy: initial add 0.800 Andreas Müller
  2021-01-23 20:51   ` [oe] " Khem Raj
@ 2021-01-27 14:53   ` Trevor Gamblin
  1 sibling, 0 replies; 13+ messages in thread
From: Trevor Gamblin @ 2021-01-27 14:53 UTC (permalink / raw)
  To: Andreas Müller, openembedded-devel


On 2021-01-23 2:25 p.m., Andreas Müller wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Currently it lives in:
>
> * meta-microcontroller
> * meta-ros-common
> * meta-sca
>
> Seems important so add it to meta-python
>
> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-mypy_0.800.bb               | 18 ++++++++++++++++++
>   1 file changed, 18 insertions(+)
>   create mode 100644 meta-python/recipes-devtools/python/python3-mypy_0.800.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-mypy_0.800.bb b/meta-python/recipes-devtools/python/python3-mypy_0.800.bb
> new file mode 100644
> index 000000000..0d019dfe1
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-mypy_0.800.bb
> @@ -0,0 +1,18 @@
> +SUMMARY = "Optional static typing for Python 3 and 2 (PEP 484)"
> +HOMEPAGE = "https://github.com/python/mypy"
> +LICENSE = "MIT & Python-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=6afb7c151c4dedb5c3dc292cc120fadc"
> +
> +RDEPENDS_${PN} = " \
> +    ${PYTHON_PN}-mypy-extensions \
> +    ${PYTHON_PN}-typed-ast \
> +    ${PYTHON_PN}-typing-extensions \
> +"
> +
> +PYPI_PACKAGE = "mypy"
> +
> +inherit pypi setuptools3
> +
> +SRC_URI[sha256sum] = "e0202e37756ed09daf4b0ba64ad2c245d357659e014c3f51d8cd0681ba66940a"
> +
> +BBCLASSEXTEND = "native"
> --
> 2.26.2
>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [meta-python][PATCH 3/5] python3-send2trash_ initial add 1.5.0
  2021-01-23 19:25 ` [meta-python][PATCH 3/5] python3-send2trash_ initial add 1.5.0 Andreas Müller
@ 2021-01-27 14:54   ` Trevor Gamblin
  0 siblings, 0 replies; 13+ messages in thread
From: Trevor Gamblin @ 2021-01-27 14:54 UTC (permalink / raw)
  To: Andreas Müller, openembedded-devel


On 2021-01-23 2:25 p.m., Andreas Müller wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Currently it lives in:
>
> * meta-jupyter
> * meta-microcontroller
>
> Seems important so add it to meta-python
>
> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../send2trash/python3-send2trash_1.5.0.bb               | 9 +++++++++
>   1 file changed, 9 insertions(+)
>   create mode 100644 meta-python/recipes-extended/send2trash/python3-send2trash_1.5.0.bb
>
> diff --git a/meta-python/recipes-extended/send2trash/python3-send2trash_1.5.0.bb b/meta-python/recipes-extended/send2trash/python3-send2trash_1.5.0.bb
> new file mode 100644
> index 000000000..d906c0b9e
> --- /dev/null
> +++ b/meta-python/recipes-extended/send2trash/python3-send2trash_1.5.0.bb
> @@ -0,0 +1,9 @@
> +SUMMARY = "Send file to trash natively under Mac OS X, Windows and Linux"
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=05faa35ba1ca10b723f19d286c9d5237"
> +
> +inherit pypi setuptools3
> +
> +SRC_URI[sha256sum] = "60001cc07d707fe247c94f74ca6ac0d3255aabcb930529690897ca2a39db28b2"
> +
> +PYPI_PACKAGE = "Send2Trash"
> --
> 2.26.2
>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [meta-python][PATCH 4/5] python3-asttokens: initial add 2.0.4
  2021-01-23 19:25 ` [meta-python][PATCH 4/5] python3-asttokens: initial add 2.0.4 Andreas Müller
@ 2021-01-27 14:54   ` Trevor Gamblin
  0 siblings, 0 replies; 13+ messages in thread
From: Trevor Gamblin @ 2021-01-27 14:54 UTC (permalink / raw)
  To: Andreas Müller, openembedded-devel


On 2021-01-23 2:25 p.m., Andreas Müller wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-asttokens_2.0.4.bb           | 17 +++++++++++++++++
>   1 file changed, 17 insertions(+)
>   create mode 100644 meta-python/recipes-devtools/python/python3-asttokens_2.0.4.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-asttokens_2.0.4.bb b/meta-python/recipes-devtools/python/python3-asttokens_2.0.4.bb
> new file mode 100644
> index 000000000..c2149336f
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-asttokens_2.0.4.bb
> @@ -0,0 +1,17 @@
> +SUMMARY = "The asttokens module annotates Python abstract syntax trees (ASTs)"
> +HOMEPAGE = "https://github.com/gristlabs/asttokens"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
> +
> +PYPI_PACKAGE = "asttokens"
> +
> +inherit pypi setuptools3
> +
> +SRC_URI[sha256sum] = "a42e57e28f2ac1c85ed9b1f84109401427e5c63c04f61d15b8842b027eec5128"
> +
> +DEPENDS += "\
> +    python3-setuptools-scm-native \
> +    python3-wheel-native \
> +"
> +
> +BBCLASSEXTEND = "native"
> --
> 2.26.2
>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [meta-python][PATCH 5/5] python3-typed-ast: Initial add 1.4.1
  2021-01-23 19:25 ` [meta-python][PATCH 5/5] python3-typed-ast: Initial add 1.4.1 Andreas Müller
  2021-01-23 20:53   ` [oe] " Khem Raj
@ 2021-01-27 14:54   ` Trevor Gamblin
  1 sibling, 0 replies; 13+ messages in thread
From: Trevor Gamblin @ 2021-01-27 14:54 UTC (permalink / raw)
  To: Andreas Müller, openembedded-devel


On 2021-01-23 2:25 p.m., Andreas Müller wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Currently it lives in:
>
> * meta-microcontroller
> * meta-ros-common
> * meta-sca
>
> Seems important so add it to meta-python
>
> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-typed-ast_1.4.1.bb                | 12 ++++++++++++
>   1 file changed, 12 insertions(+)
>   create mode 100644 meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb b/meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb
> new file mode 100644
> index 000000000..2cc9f6c43
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb
> @@ -0,0 +1,12 @@
> +SUMMARY = "Modified fork of CPython's ast module that parses `# type:` comments"
> +HOMEPAGE = "https://github.com/python/typed_ast"
> +LICENSE = "Apache-2.0 & MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=97f1494e93daf66a5df47118407a4c4f"
> +
> +PYPI_PACKAGE = "typed_ast"
> +
> +inherit pypi setuptools3
> +
> +SRC_URI[sha256sum] = "8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b"
> +
> +BBCLASSEXTEND = "native"
> --
> 2.26.2
>

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-01-27 14:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-23 19:25 [meta-python][PATCH 1/5] python3-mypy-extensions: Initial add 0.4.3 Andreas Müller
2021-01-23 19:25 ` [meta-python][PATCH 2/5] python3-mypy: initial add 0.800 Andreas Müller
2021-01-23 20:51   ` [oe] " Khem Raj
2021-01-24 12:06     ` Andreas Müller
2021-01-27 14:53   ` Trevor Gamblin
2021-01-23 19:25 ` [meta-python][PATCH 3/5] python3-send2trash_ initial add 1.5.0 Andreas Müller
2021-01-27 14:54   ` Trevor Gamblin
2021-01-23 19:25 ` [meta-python][PATCH 4/5] python3-asttokens: initial add 2.0.4 Andreas Müller
2021-01-27 14:54   ` Trevor Gamblin
2021-01-23 19:25 ` [meta-python][PATCH 5/5] python3-typed-ast: Initial add 1.4.1 Andreas Müller
2021-01-23 20:53   ` [oe] " Khem Raj
2021-01-27 14:54   ` Trevor Gamblin
2021-01-27 14:53 ` [meta-python][PATCH 1/5] python3-mypy-extensions: Initial add 0.4.3 Trevor Gamblin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.