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

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.