Message ID | 20241126183234.7438-1-gudni.m.g@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-python] python3-isodate: move from oe-core to meta-python | expand |
On Tue, Nov 26, 2024 at 10:32 AM Guðni Már Gilbert via lists.openembedded.org <gudni.m.g=gmail.com@lists.openembedded.org> wrote: > > Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> > --- > .../python/python3-isodate_0.6.1.bb | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > create mode 100644 meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb > > diff --git a/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb b/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb > new file mode 100644 > index 000000000..293fb0827 > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb > @@ -0,0 +1,16 @@ > +SUMMARY = "ISO 8601 date/time parser" > +HOMEPAGE = "https://github.com/gweis/isodate/" > +SECTION = "devel/python" > +LICENSE = "BSD-3-Clause" > +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709" > + > +SRC_URI[sha256sum] = "48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9" > + > +inherit pypi setuptools3 > + > +RDEPENDS:${PN} += " \ > + python3-numbers \ > + python3-six \ > +" > + > +BBCLASSEXTEND = "native nativesdk" are their any known packages that will need this ? otherwise I would think its best to just let it go > -- > 2.43.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#114077): https://lists.openembedded.org/g/openembedded-devel/message/114077 > Mute This Topic: https://lists.openembedded.org/mt/109794480/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
On Tue, Nov 26, 2024 at 07:16 PM, Khem Raj wrote: > > are their any known packages that will need this ? otherwise I would > think its best to just let it go Hi Khem, I'm not aware of any packages which need python3-isodate. But it is currently listed in packagegroup-meta-python.bb (not sure why). I'd be in favor of removing the recipe.
diff --git a/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb b/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb new file mode 100644 index 000000000..293fb0827 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb @@ -0,0 +1,16 @@ +SUMMARY = "ISO 8601 date/time parser" +HOMEPAGE = "https://github.com/gweis/isodate/" +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709" + +SRC_URI[sha256sum] = "48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-numbers \ + python3-six \ +" + +BBCLASSEXTEND = "native nativesdk"
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> --- .../python/python3-isodate_0.6.1.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-isodate_0.6.1.bb