All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe][meta-python][PATCH] python3-xlsxwriter: add recipe for v1.2.9
@ 2020-07-15  8:35 Andrej Valek
  2020-07-15 11:45 ` [oe][meta-python][PATCH v2] python3-xlsxwriter: add recipe for v 1.2.9 Andrej Valek
  0 siblings, 1 reply; 3+ messages in thread
From: Andrej Valek @ 2020-07-15  8:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Andrej Valek

Recipe for https://xlsxwriter.readthedocs.io python3 module

Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
---
 meta-python/recipes-devtools/python/python-xlsxwriter.inc   | 13 +++++++++++++
 .../recipes-devtools/python/python3-xlsxwriter_1.2.9.bb     |  5 +++++
 2 files changed, 18 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-xlsxwriter.inc
 create mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_1.2.9.bb

diff --git a/meta-python/recipes-devtools/python/python-xlsxwriter.inc b/meta-python/recipes-devtools/python/python-xlsxwriter.inc
new file mode 100644
index 000000000..17daf9ee7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-xlsxwriter.inc
@@ -0,0 +1,13 @@
+SUMMARY = "Python 2 and 3 compatibility library"
+HOMEPAGE = "https://xlsxwriter.readthedocs.io"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0960d52d61b0801760f39463288c2672"
+
+inherit pypi
+
+RDEPENDS_${PN} = "${PYTHON_PN}-io"
+
+PYPI_PACKAGE = "XlsxWriter"
+
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.2.9.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.2.9.bb
new file mode 100644
index 000000000..cba856143
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.2.9.bb
@@ -0,0 +1,5 @@
+inherit setuptools3
+require python-xlsxwriter.inc
+
+SRC_URI[md5sum] = "20f8b7df7f1705fa2f7ac3f84789d2ca"
+SRC_URI[sha256sum] = "828b3285fc95105f5b1946a6a015b31cf388bd5378fdc6604e4d1b7839df2e77"
-- 
2.11.0


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

* [oe][meta-python][PATCH v2] python3-xlsxwriter: add recipe for v 1.2.9
  2020-07-15  8:35 [oe][meta-python][PATCH] python3-xlsxwriter: add recipe for v1.2.9 Andrej Valek
@ 2020-07-15 11:45 ` Andrej Valek
  2020-07-16 18:03   ` Trevor Gamblin
  0 siblings, 1 reply; 3+ messages in thread
From: Andrej Valek @ 2020-07-15 11:45 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Andrej Valek

Recipe for https://xlsxwriter.readthedocs.io python3 module

Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
---
 meta-python/recipes-devtools/python/python-xlsxwriter.inc     | 11 +++++++++++
 .../recipes-devtools/python/python3-xlsxwriter_1.2.9.bb       |  5 +++++
 2 files changed, 16 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-xlsxwriter.inc
 create mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_1.2.9.bb

diff --git a/meta-python/recipes-devtools/python/python-xlsxwriter.inc b/meta-python/recipes-devtools/python/python-xlsxwriter.inc
new file mode 100644
index 000000000..f5d56db00
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-xlsxwriter.inc
@@ -0,0 +1,11 @@
+SUMMARY = "Python 2 and 3 compatibility library"
+HOMEPAGE = "https://xlsxwriter.readthedocs.io"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0960d52d61b0801760f39463288c2672"
+
+inherit pypi
+
+PYPI_PACKAGE = "XlsxWriter"
+
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.2.9.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.2.9.bb
new file mode 100644
index 000000000..cba856143
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.2.9.bb
@@ -0,0 +1,5 @@
+inherit setuptools3
+require python-xlsxwriter.inc
+
+SRC_URI[md5sum] = "20f8b7df7f1705fa2f7ac3f84789d2ca"
+SRC_URI[sha256sum] = "828b3285fc95105f5b1946a6a015b31cf388bd5378fdc6604e4d1b7839df2e77"
-- 
2.11.0


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

* Re: [oe][meta-python][PATCH v2] python3-xlsxwriter: add recipe for v 1.2.9
  2020-07-15 11:45 ` [oe][meta-python][PATCH v2] python3-xlsxwriter: add recipe for v 1.2.9 Andrej Valek
@ 2020-07-16 18:03   ` Trevor Gamblin
  0 siblings, 0 replies; 3+ messages in thread
From: Trevor Gamblin @ 2020-07-16 18:03 UTC (permalink / raw)
  To: Andrej Valek, openembedded-devel

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


On 7/15/20 7:45 AM, Andrej Valek wrote:
> Recipe for https://xlsxwriter.readthedocs.io python3 module
>
> Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   meta-python/recipes-devtools/python/python-xlsxwriter.inc     | 11 +++++++++++
>   .../recipes-devtools/python/python3-xlsxwriter_1.2.9.bb       |  5 +++++
>   2 files changed, 16 insertions(+)
>   create mode 100644 meta-python/recipes-devtools/python/python-xlsxwriter.inc
>   create mode 100644 meta-python/recipes-devtools/python/python3-xlsxwriter_1.2.9.bb
>
> diff --git a/meta-python/recipes-devtools/python/python-xlsxwriter.inc b/meta-python/recipes-devtools/python/python-xlsxwriter.inc
> new file mode 100644
> index 000000000..f5d56db00
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python-xlsxwriter.inc
> @@ -0,0 +1,11 @@
> +SUMMARY = "Python 2 and 3 compatibility library"
> +HOMEPAGE = "https://xlsxwriter.readthedocs.io"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0960d52d61b0801760f39463288c2672"
> +
> +inherit pypi
> +
> +PYPI_PACKAGE = "XlsxWriter"
> +
> +BBCLASSEXTEND = "native nativesdk"
> diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.2.9.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.2.9.bb
> new file mode 100644
> index 000000000..cba856143
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.2.9.bb
> @@ -0,0 +1,5 @@
> +inherit setuptools3
> +require python-xlsxwriter.inc
> +
> +SRC_URI[md5sum] = "20f8b7df7f1705fa2f7ac3f84789d2ca"
> +SRC_URI[sha256sum] = "828b3285fc95105f5b1946a6a015b31cf388bd5378fdc6604e4d1b7839df2e77"
>
> 

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

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

end of thread, other threads:[~2020-07-16 18:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15  8:35 [oe][meta-python][PATCH] python3-xlsxwriter: add recipe for v1.2.9 Andrej Valek
2020-07-15 11:45 ` [oe][meta-python][PATCH v2] python3-xlsxwriter: add recipe for v 1.2.9 Andrej Valek
2020-07-16 18:03   ` 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.