Message ID | 20250401185718.2447415-4-jan.vermaete@gmail.com |
---|---|
State | Under Review |
Headers | show |
Series | [meta-python,1/4] python3-mdurl: new recipe version 0.1.2 | expand |
fails to fetch ERROR: python3-mdit-py-plugins-0.4.2-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'https://files.pythonhosted.org/packages/source/m/mdit-py-plugins/mdit-py-plugins-0.4.2.tar.gz;downloadfilename=mdit-py-plugins-0.4.2.tar.gz') ERROR: Logfile of failure stored in: /mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux/python3-mdit-py-plugins/0.4.2/temp/log.do_fetch.810 On Tue, Apr 1, 2025 at 11:58 AM Jan Vermaete via lists.openembedded.org <jan.vermaete=gmail.com@lists.openembedded.org> wrote: > > Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> > --- > .../python/python3-mdit-py-plugins_0.4.2.bb | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > create mode 100644 meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb > > diff --git a/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb b/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb > new file mode 100644 > index 0000000000..f83543d320 > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb > @@ -0,0 +1,14 @@ > +SUMMARY = "Collection of plugins for markdown-it-py" > +HOMEPAGE = "https://github.com/executablebooks/mdit-py-plugins" > +LICENSE = "MIT" > +LIC_FILES_CHKSUM = "file://LICENSE;md5=a38a1697260a7ad7bf29f44b362db1fc" > + > +SRC_URI[sha256sum] = "5f2cd1fdb606ddf152d37ec30e46101a60512bc0e5fa1a7002c36647b09e26b5" > + > +inherit pypi python_flit_core > + > +RDEPENDS:${PN} += "python3-markdown-it-py" > + > +PYPI_PACKAGE = "mdit-py-plugins" > + > +BBCLASSEXTEND = "native nativesdk" > -- > 2.39.5 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#116487): https://lists.openembedded.org/g/openembedded-devel/message/116487 > Mute This Topic: https://lists.openembedded.org/mt/112032806/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-mdit-py-plugins_0.4.2.bb b/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb new file mode 100644 index 0000000000..f83543d320 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb @@ -0,0 +1,14 @@ +SUMMARY = "Collection of plugins for markdown-it-py" +HOMEPAGE = "https://github.com/executablebooks/mdit-py-plugins" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a38a1697260a7ad7bf29f44b362db1fc" + +SRC_URI[sha256sum] = "5f2cd1fdb606ddf152d37ec30e46101a60512bc0e5fa1a7002c36647b09e26b5" + +inherit pypi python_flit_core + +RDEPENDS:${PN} += "python3-markdown-it-py" + +PYPI_PACKAGE = "mdit-py-plugins" + +BBCLASSEXTEND = "native nativesdk"
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> --- .../python/python3-mdit-py-plugins_0.4.2.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb