Re: PLC4Py - Change of Build System - Poetry is for the time beeing not suitable anymore

2022-04-21 Thread Ben Hutcheson
PR-354 contains an updated plc4py/pom.xml which uses pipenv, the Pipfile is in .gitignore and is generated from setup.py as part of the build. This makes it so we don't have to maintain the Pipfile and setup.py and can just use setup.py. However the downside is that running maven install takes

Re: PLC4Py - Change of Build System - Poetry is for the time beeing not suitable anymore

2022-04-21 Thread Otto Fowler
+1 to moving on from poetry to setuptools. I’m sure we can find some apache examples for pushing to pypi that make up for what poetry automates From: Lukas Ott Reply: dev@plc4x.apache.org Date: April 19, 2022 at 15:52:24 To: dev@plc4x.apache.org Subject: PLC4Py - Change of Build System -

RE: PLC4Py - Change of Build System - Poetry is for the time beeing not suitable anymore

2022-04-20 Thread Christofer Dutz
So let's see if this then works on windows as on my system I couldn't get plc4py to work :-) -Original Message- From: Ben Hutcheson Sent: Mittwoch, 20. April 2022 11:29 To: dev@plc4x.apache.org Subject: Re: PLC4Py - Change of Build System - Poetry is for the time beeing not suitable

Re: PLC4Py - Change of Build System - Poetry is for the time beeing not suitable anymore

2022-04-20 Thread Ben Hutcheson
pip-tools sounds good, an added benefit is it uses pyproject.tml so there shouldn't need to be too many updates to it to get it to work :) On Wed, Apr 20, 2022 at 7:09 PM Lukas Ott wrote: > I mean it is supported by jazzband :-) : > https://github.com/jazzband/pip-tools > >

Re: PLC4Py - Change of Build System - Poetry is for the time beeing not suitable anymore

2022-04-20 Thread Lukas Ott
I mean it is supported by jazzband :-) : https://github.com/jazzband/pip-tools https://pip-tools.readthedocs.io/en/latest/ Am Mi., 20. Apr. 2022 um 10:41 Uhr schrieb Sebastian Rühl : > pip-tools SGTM > > - Sebastian > > On 2022/04/19 19:52:03 Lukas Ott wrote: > > Hello PLC4X Developers, > > > >

Re: PLC4Py - Change of Build System - Poetry is for the time beeing not suitable anymore

2022-04-20 Thread Sebastian Rühl
pip-tools SGTM - Sebastian On 2022/04/19 19:52:03 Lukas Ott wrote: > Hello PLC4X Developers, > > As shown here: https://github.com/apache/plc4x/pull/348 > > We started the discussion to change our build system. > > Poetry has at the moment an increasing amount of issues: >

Re: PLC4Py - Change of Build System - Poetry is for the time beeing not suitable anymore

2022-04-19 Thread Stephen Snow
On Tue, 2022-04-19 at 21:52 +0200, Lukas Ott wrote: > Hello PLC4X Developers, > > As shown here: https://github.com/apache/plc4x/pull/348 > > We started the discussion to change our build system. > > Poetry has at the moment an increasing amount of issues: >

Re: PLC4Py - Change of Build System - Poetry is for the time beeing not suitable anymore

2022-04-19 Thread Christofer Dutz
Stable and reliable is always good :-) Holen Sie sich Outlook für Android From: Lukas Ott Sent: Tuesday, April 19, 2022 9:52:03 PM To: dev@plc4x.apache.org Subject: PLC4Py - Change of Build System - Poetry is for the time beeing not

PLC4Py - Change of Build System - Poetry is for the time beeing not suitable anymore

2022-04-19 Thread Lukas Ott
Hello PLC4X Developers, As shown here: https://github.com/apache/plc4x/pull/348 We started the discussion to change our build system. Poetry has at the moment an increasing amount of issues: https://github.com/python-poetry/poetry/issues Which are not fixed soon. Even that Poetry is a good