Re: [Distutils] [final version?] PEP 513 - A Platform Tag for Portable Linux Built Distributions

2016-02-16 Thread Petr Viktorin
On 02/16/2016 03:20 PM, Paul Moore wrote: > On 16 February 2016 at 14:14, Wayne Werner wrote: >> I've learned that *usually* linux distro repos lag way behind in updating >> their Python packages, so unless I *can't* install the package via pip, >> that's what I do. > >

[Distutils] Breaking up the stdlib (Was: [Python-Dev] release cadence)

2016-07-05 Thread Petr Viktorin
On 07/04/2016 12:19 AM, Steve Dower wrote: > My thinking on this issue was that some/most packages from the stdlib > would move into site-packages. Certainly I'd expect asyncio to be in > this category, and probably typing. Even going as far as email and > urllib would potentially be beneficial

Re: [Distutils] distlib and wheel metadata

2017-02-23 Thread Petr Viktorin
On 02/23/2017 02:47 PM, Nick Coghlan wrote: library: a software component used to build Python applications. Users will mainly interact with the component via a Python API. Libraries are essentially dynamic plugins for a Python runtime. Examples: requests, numpy, pytz

[Distutils]Re: pypi/twine complains about license

2018-07-12 Thread Petr Viktorin
On 07/12/18 09:41, Robin Becker wrote: On 11/07/2018 17:28, Paul G wrote: I think the classifier you want is `License :: Other/Proprietary License`, but you can choose the most appropriate one from the list. Actually I'm not sure this is correct. The license is actually the BSD one, but

[Distutils] Re: Question on Python Package scanning

2019-02-08 Thread Petr Viktorin
On 2/8/19 3:09 PM, Wayne Werner wrote: On Fri, Feb 8, 2019, 6:18 AM Thomas Kluyver wrote: __ I forgot to mention that there is work/discussion about supporting code signing, in PEPs 458 and 480. But it's a complicated topic, and code signing is

[Distutils] Re: Deal with pip setup.py name and rpm packaging

2020-01-15 Thread Petr Viktorin
On 2020-01-15 10:33, Marco Favero wrote: Hello, recently I started to develop a tool in python. I discovered pip and setuptool with setup.py. It's fantastic! I can provide packaging to pypi and to rpm all in a row. I follow these guidelines: -

[Distutils] Re: Fwd: Re: Use of "python" shebang an installation error?

2020-07-23 Thread Petr Viktorin
On 2020-07-21 22:50, David Mathog wrote: (oops, had to resend, forgot to change the destination to ) On Mon, Jul 20, 2020 at 12:38 PM John Thorvald Wodder II wrote: On 2020 Jul 20, at 15:25, David Mathog wrote: Lately I have been working on a CentOS 8 machine, and it has "python2" and