Re: To use or not to use: packaged flask

2017-01-13 Thread Nick Coghlan
On 12 January 2017 at 21:26, Alec Leamas wrote: > On 12/01/17 12:02, Alec Leamas wrote: >> It's "my" code, I'm upstream for an old package for which I'm about to >> add a python API. Haven't found any pointer how to make pypi package >> with linux native code... have you? > > At a second thought,

Re: To use or not to use: packaged flask

2017-01-12 Thread Alec Leamas
On 12/01/17 12:02, Alec Leamas wrote: It's "my" code, I'm upstream for an old package for which I'm about to add a python API. Haven't found any pointer how to make pypi package with linux native code... have you? At a second thought, I don't think I wan't this. My users will need the rea

Re: To use or not to use: packaged flask

2017-01-12 Thread Alec Leamas
On 12/01/17 11:53, Petr Viktorin wrote: On my Fedora 25, I can import flask.cli from the system packages just fine. But note that Fedora 24 has an older version of Flask packaged – one that doesn't include flask.cli yet. Ah... that sorts things out. Time to upgrade... > Packages with native

Re: To use or not to use: packaged flask

2017-01-12 Thread Petr Viktorin
On 01/12/2017 10:44 AM, Alec Leamas wrote: Hi out there! I'm dipping my toes in flask, completely newbie. Doing so, I see a lot of fedora flask packages, but no-one anywhere recommends using these - it's all about pypi. I "think" I prefer the packaged version, partly because I'm using another p

To use or not to use: packaged flask

2017-01-12 Thread Alec Leamas
Hi out there! I'm dipping my toes in flask, completely newbie. Doing so, I see a lot of fedora flask packages, but no-one anywhere recommends using these - it's all about pypi. I "think" I prefer the packaged version, partly because I'm using another package with native code (which, as I und