Re: [Distutils] Limit package installation to a specific Python version

2017-01-20 Thread Matthias Bussonnier
Hi all, On Fri, Jan 20, 2017 at 2:56 PM, Nathaniel Smith wrote: > On Fri, Jan 20, 2017 at 1:56 PM, Lele Gaifax wrote: >> Hi all, >> >> do installers like pip and conda consult trove classifiers, or more generally >> is there a way to "mark" a package

Re: [Distutils] Limit package installation to a specific Python version

2017-01-20 Thread Lele Gaifax
Great, thank you Nathaniel! -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929. ___ Distutils-SIG

Re: [Distutils] Limit package installation to a specific Python version

2017-01-20 Thread Nathaniel Smith
On Fri, Jan 20, 2017 at 1:56 PM, Lele Gaifax wrote: > Hi all, > > do installers like pip and conda consult trove classifiers, or more generally > is there a way to "mark" a package published on PyPI as installable only in a > Python 3 environment? > > An user proposed[1] to

[Distutils] Limit package installation to a specific Python version

2017-01-20 Thread Lele Gaifax
Hi all, do installers like pip and conda consult trove classifiers, or more generally is there a way to "mark" a package published on PyPI as installable only in a Python 3 environment? An user proposed[1] to change the classifiers of a package to get that result, so I tried looking at pip and

Re: [Distutils] Has anyone looked at bug 29225?

2017-01-20 Thread Elvis Stansvik
Den 20 jan. 2017 6:32 em skrev "Brett Cannon" : > > Oh, over the 26 years of Python's lifetime you would be surprised what people come to rely on (including broken semantics which they have written fixes for themselves which then break when a proper fix is introduced). I can

Re: [Distutils] Has anyone looked at bug 29225?

2017-01-20 Thread Brett Cannon
Oh, over the 26 years of Python's lifetime you would be surprised what people come to rely on (including broken semantics which they have written fixes for themselves which then break when a proper fix is introduced). On Thu, 19 Jan 2017 at 10:01 Elvis Stansvik