Re: Determining what to retrieve from pypi and/or devpi-server

2019-08-22 Thread Chris Jerdonek
On Thu, Aug 22, 2019 at 9:23 AM Michael Felt wrote: > ... creating build/bdist.aix-6.1/wheel/cffi-1.12.3.dist-info/WHEEL > creating '/tmp/pip-wheel-u4xy3jit/cffi-1.12.3-cp37-cp37m-aix_6_1.whl' > It looks like this is where the wheel package creates the file name:

Re: Determining what to retrieve from pypi and/or devpi-server

2019-08-22 Thread Chris Jerdonek
ypa/wheel That project also has a copy of pip's pep425tags.py file. --Chris > > Some pointers would be greatly appreciated. > > Michael > > > On Friday, August 16, 2019 at 4:06:35 PM UTC+1, Michael Felt aka aixtools > wrote: >> >> On 16/08/2019 13:08, C

Re: Determining what to retrieve from pypi and/or devpi-server

2019-08-16 Thread Chris Jerdonek
On Fri, Aug 16, 2019 at 3:53 AM Chris Jerdonek wrote: > On Fri, Aug 16, 2019 at 2:30 AM Michael Felt aka aixtools < > aixto...@gmail.com> wrote: > >> From my playing with devpi-server I expect it goes something like what >> the devpi(-client) list command does

Re: Determining what to retrieve from pypi and/or devpi-server

2019-08-16 Thread Chris Jerdonek
On Fri, Aug 16, 2019 at 2:30 AM Michael Felt aka aixtools < aixto...@gmail.com> wrote: > From my playing with devpi-server I expect it goes something like what the > devpi(-client) list command does - to see what is available, and from that > chooses something. > > Does pip depend on the CPython

Re: package verification

2019-07-27 Thread Chris Jerdonek
On Fri, Jul 26, 2019 at 4:57 AM Ioakim Ioakim wrote: > I am not sure. I am just looking to find where in the source code a > package gets verified before being installed on a client's machine > If you're using pip with e.g. --require-hashes, it looks like these (after a quick search) are the

Re: Impending silent breakage of pip / macOS likely to cause severe confusion

2018-04-09 Thread Chris Jerdonek
On Mon, Apr 9, 2018 at 11:28 AM Donald Stufft <don...@stufft.io> wrote: > > > On Apr 9, 2018, at 1:33 PM, Erik Bray <erik.m.b...@gmail.com> wrote: > > > > On Fri, Apr 6, 2018 at 11:36 PM, Chris Jerdonek > > <chris.jerdo...@gmail.com> wrote: > >&

Re: Impending silent breakage of pip / macOS likely to cause severe confusion

2018-04-06 Thread Chris Jerdonek
On Fri, Apr 6, 2018 at 11:21 AM Donald Stufft wrote: > No, there’s not. pip makes HTTP requests and there’s no place for extra > metadata attached those requests except in the HTTP status code (which as > you noted, pip swallows by default because historically we didn’t know if

Re: New pip core developer: Pradyun Gedam

2017-10-06 Thread Chris Jerdonek
Congrats, Pradyun! As a contributor to pip, I definitely appreciate all of Pradyun's efforts on the tracker, including his reviews, triaging, and general friendliness and helpfulness. :) Well-deserved! --Chris On Thu, Oct 5, 2017 at 1:55 PM, Xavier Fernandez wrote: >