Re: [oe] [meta-python][PATCH v2 1/4] python_mesonpy.bbclass: New class

2023-03-23 Thread Zoltan Boszormenyi
2023. 03. 22. 9:18 keltezéssel, Zoltan Boszormenyi via lists.openembedded.org írta: 2023. 03. 20. 17:26 keltezéssel, Ross Burton írta: On 20 Mar 2023, at 15:01, Böszörményi Zoltán wrote: 2023. 03. 20. 15:46 keltezéssel, Ross Burton írta: On 17 Mar 2023, at 07:25, Zoltan Boszormenyi via lists.

Re: [oe] [meta-python][PATCH v2 1/4] python_mesonpy.bbclass: New class

2023-03-22 Thread Zoltan Boszormenyi
2023. 03. 20. 17:26 keltezéssel, Ross Burton írta: On 20 Mar 2023, at 15:01, Böszörményi Zoltán wrote: 2023. 03. 20. 15:46 keltezéssel, Ross Burton írta: On 17 Mar 2023, at 07:25, Zoltan Boszormenyi via lists.openembedded.org wrote: +inherit setuptools3-base python3targetconfig python_pep51

Re: [oe] [meta-python][PATCH v2 1/4] python_mesonpy.bbclass: New class

2023-03-20 Thread Ross Burton
On 20 Mar 2023, at 15:01, Böszörményi Zoltán wrote: > > 2023. 03. 20. 15:46 keltezéssel, Ross Burton írta: >> On 17 Mar 2023, at 07:25, Zoltan Boszormenyi via lists.openembedded.org >> wrote: >>> +inherit setuptools3-base python3targetconfig python_pep517 meson-common >> I still don’t see why y

Re: [oe] [meta-python][PATCH v2 1/4] python_mesonpy.bbclass: New class

2023-03-20 Thread Zoltan Boszormenyi
2023. 03. 20. 15:46 keltezéssel, Ross Burton írta: On 17 Mar 2023, at 07:25, Zoltan Boszormenyi via lists.openembedded.org wrote: +inherit setuptools3-base python3targetconfig python_pep517 meson-common I still don’t see why you need to split the meson class up. See the other thread. For so

Re: [oe] [meta-python][PATCH v2 1/4] python_mesonpy.bbclass: New class

2023-03-20 Thread Ross Burton
On 17 Mar 2023, at 07:25, Zoltan Boszormenyi via lists.openembedded.org wrote: > +inherit setuptools3-base python3targetconfig python_pep517 meson-common I still don’t see why you need to split the meson class up. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

[oe] [meta-python][PATCH v2 1/4] python_mesonpy.bbclass: New class

2023-03-17 Thread Zoltan Boszormenyi
Some python modules (e.g. SciPy, scikit-image) use meson-python (a.k.a. mesonpy) in pyproject.toml: [build-system] build-backend = 'mesonpy' This class, together with python3-meson-python and its dependencies will allow building such modules. Signed-off-by: Zoltán Böszörményi --- meta-