Message ID | 20251006035312.563935-1-zboszor@gmail.com |
---|---|
State | Under Review |
Headers | show |
Series | [meta-python] python3-odfpy: New recipe for version 1.4.1 | expand |
is there unit tests with this package ? if so I would love to have it added along with recipe as well. On Sun, Oct 5, 2025 at 8:53 PM Zoltan Boszormenyi via lists.openembedded.org <zboszor=gmail.com@lists.openembedded.org> wrote: > > It's an optional dependency for pandas to provide ODS reader > and writer support. It complements spreadsheet support along > with python3-xlrd and python3-openpyxl, both of which are > part of meta-python already. > > Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> > --- > .../recipes-devtools/python/python3-odfpy_1.4.1.bb | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > create mode 100644 meta-python/recipes-devtools/python/python3-odfpy_1.4.1.bb > > diff --git a/meta-python/recipes-devtools/python/python3-odfpy_1.4.1.bb b/meta-python/recipes-devtools/python/python3-odfpy_1.4.1.bb > new file mode 100644 > index 0000000000..1b943e535e > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python3-odfpy_1.4.1.bb > @@ -0,0 +1,13 @@ > +SUMMARY = "Python API and tools to manipulate OpenDocument files" > +LICENSE = "Apache-2.0 | (GPL-2.0-or-later & LGPL-2.0-or-later)" > +LIC_FILES_CHKSUM = " \ > + file://APACHE-LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ > + file://GPL-LICENSE-2.txt;md5=751419260aa954499f7abaabaa882bbe \ > +" > + > +PYPI_PACKAGE = "odfpy" > + > +inherit pypi setuptools3 > +SRC_URI[sha256sum] = "db766a6e59c5103212f3cc92ec8dd50a0f3a02790233ed0b52148b70d3c438ec" > + > +RDEPENDS:${PN} = "python3-defusedxml" > -- > 2.51.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#120268): https://lists.openembedded.org/g/openembedded-devel/message/120268 > Mute This Topic: https://lists.openembedded.org/mt/115612512/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-python/recipes-devtools/python/python3-odfpy_1.4.1.bb b/meta-python/recipes-devtools/python/python3-odfpy_1.4.1.bb new file mode 100644 index 0000000000..1b943e535e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-odfpy_1.4.1.bb @@ -0,0 +1,13 @@ +SUMMARY = "Python API and tools to manipulate OpenDocument files" +LICENSE = "Apache-2.0 | (GPL-2.0-or-later & LGPL-2.0-or-later)" +LIC_FILES_CHKSUM = " \ + file://APACHE-LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ + file://GPL-LICENSE-2.txt;md5=751419260aa954499f7abaabaa882bbe \ +" + +PYPI_PACKAGE = "odfpy" + +inherit pypi setuptools3 +SRC_URI[sha256sum] = "db766a6e59c5103212f3cc92ec8dd50a0f3a02790233ed0b52148b70d3c438ec" + +RDEPENDS:${PN} = "python3-defusedxml"
It's an optional dependency for pandas to provide ODS reader and writer support. It complements spreadsheet support along with python3-xlrd and python3-openpyxl, both of which are part of meta-python already. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> --- .../recipes-devtools/python/python3-odfpy_1.4.1.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-odfpy_1.4.1.bb