Re: Python Wheel Related Policy Change

2020-05-01 Thread Nicholas D Steeves
Hi, Scott Kitterman writes: > On Thursday, April 30, 2020 5:49:20 PM EDT Stefano Rivera wrote: >> Hi Scott (2020.04.30_20:33:59_+) >> >> > > That seems reasonable, although if we're going down that road, it >> > > probably makes no sense for any of them to be universal. >> > >> > If we wer

Re: Python Wheel Related Policy Change

2020-05-01 Thread Scott Kitterman
On Thursday, April 30, 2020 6:21:48 PM EDT Scott Kitterman wrote: > On Thursday, April 30, 2020 5:49:20 PM EDT Stefano Rivera wrote: > > Hi Scott (2020.04.30_20:33:59_+) > > > > > > That seems reasonable, although if we're going down that road, it > > > > probably makes no sense for any of the

Re: Python Wheel Related Policy Change

2020-04-30 Thread Scott Kitterman
On Thursday, April 30, 2020 5:49:20 PM EDT Stefano Rivera wrote: > Hi Scott (2020.04.30_20:33:59_+) > > > > That seems reasonable, although if we're going down that road, it > > > probably makes no sense for any of them to be universal. > > > > If we were talking about maintaining this for mu

Re: Python Wheel Related Policy Change

2020-04-30 Thread Stefano Rivera
Hi Scott (2020.04.30_20:33:59_+) > > That seems reasonable, although if we're going down that road, it > > probably makes no sense for any of them to be universal. > > If we were talking about maintaining this for multiple release cycles with > lots of version divergence, I would agree. Let'

Re: Python Wheel Related Policy Change

2020-04-30 Thread Scott Kitterman
On Thursday, April 30, 2020 2:32:24 PM EDT Stefano Rivera wrote: > Hi Scott (2020.04.30_16:23:41_+) > > > Making dirtbike build a py3 wheel for setuptools (and pkg_resources), > > which is technically accurate at this point since dirtbike can't build > > wheels from a> > > python2 package was

Re: Python Wheel Related Policy Change

2020-04-30 Thread Stefano Rivera
Hi Scott (2020.04.30_16:23:41_+) > Making dirtbike build a py3 wheel for setuptools (and pkg_resources), which > is > technically accurate at this point since dirtbike can't build wheels from a > python2 package was trivial to do: > > dirtbike/__init__.py | 6 +- > 1 file changed, 5 in

Re: Python Wheel Related Policy Change

2020-04-30 Thread Scott Kitterman
On Thursday, April 30, 2020 5:53:33 AM EDT Scott Kitterman wrote: > On April 30, 2020 7:21:39 AM UTC, Matthias Klose wrote: > >On 4/30/20 5:28 AM, Scott Kitterman wrote: > >> I think Python policy changes should be discussed. I accidentally > >committed a > >> change to git [1] (I didn't realize

Re: Python Wheel Related Policy Change

2020-04-30 Thread Scott Kitterman
On April 30, 2020 7:21:39 AM UTC, Matthias Klose wrote: >On 4/30/20 5:28 AM, Scott Kitterman wrote: >> I think Python policy changes should be discussed. I accidentally >committed a >> change to git [1] (I didn't realize I still had access, I thought it >would be >> a merge request) to allow

Re: Python Wheel Related Policy Change

2020-04-30 Thread Matthias Klose
On 4/30/20 5:28 AM, Scott Kitterman wrote: > I think Python policy changes should be discussed. I accidentally committed > a > change to git [1] (I didn't realize I still had access, I thought it would be > a merge request) to allow Python 3 only wheels for packages that require > wheels, but