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

2019-11-22 Thread Paul Moore
On Fri, 22 Nov 2019 at 18:12, Michael Felt wrote: > So, back to real comment - Paul, where can I best answer, deeper, your > comment re: > > "I thought that was something that had been discussed on the Pip > tracker, but maybe the implications weren't clear (I don't really > understand the AIX sch

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

2019-11-22 Thread Michael Felt
Thx for the reply. I cannot participate on googlegroups. FF seems to be having issues: Firefox detected a potential security threat and did not continue to www.groups.google.com because this website requires a secure connection. What can you do about it? www.groups.google.com has a security poli

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

2019-11-22 Thread Paul Moore
I replied on the bpo issue. On Fri, 22 Nov 2019 at 09:21, Michael Felt wrote: > > Just wanted to thank everyone for their replies and feedback. > > I have a PR for CPython (https://bugs.python.org/issue38021 and > https://github.com/python/cpython/pull/17303) as well as > pypa/packaging - https:/

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

2019-11-22 Thread Michael Felt
Just wanted to thank everyone for their replies and feedback. I have a PR for CPython (https://bugs.python.org/issue38021 and https://github.com/python/cpython/pull/17303) as well as pypa/packaging - https://github.com/pypa/packaging/pull/190. CPython is asking for feedback from pypa on this. Pl

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

2019-08-25 Thread Michael Felt aka aixtools
Ok - update on current status. I have submitted three PR - one to pip - https://github.com/pypa/pip/issues/6922; one to wheel - https://github.com/pypa/wheel/issues/307, and per request in the pip issue, one to packaging - https://github.com/pypa/packaging/issues/188. I have tested the PR's of

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

2019-08-22 Thread Michael Felt
So, it seems I'll need to modify get_platform in the pep425tags.py file, also in wheel - BUT - I am unsure if from .pep425tags import is actually importing from wheel/pep425tags.py Shall look further tomorrow. My changes do not look like they are getting picked up. FYI: what I also notice:

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

2019-08-22 Thread Michael Felt
Many thanks. (and need to recall to reply to all)! I hope I can find where it looks / but first I need to "make" one with the correct tag info. Looks like it may all be resolvable without involving a PR in CPython. Michael On Thu, Aug 22, 2019 at 8:37 PM Chris Jerdonek wrote: > > > > On Thu, Au

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: https://github.com/pypa/w

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

2019-08-22 Thread Chris Jerdonek
On Wed, Aug 21, 2019 at 3:36 PM Michael Felt aka aixtools < aixto...@gmail.com> wrote: > And, e.g., for cffi, it creates a wheel with this file name: > cffi-1.12.3-cp37-cp37m-aix_6_1.whl > ... > Sadly, the name of the wheels it creates have not changed. I have not had > any success (or luck) findi

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

2019-08-21 Thread Michael Felt aka aixtools
Thanks for the hints. This is the "debug" from an unmodified pip: root@x066:[/data/prj/python/git/pip-aix/src/pip]pip debug WARNING: This command is only meant for debugging. Do not use this with automation for parsing and getting these details, since the output and options of this command may

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

2019-08-16 Thread Michael Felt
On 16/08/2019 13:08, Chris Jerdonek wrote: > On Fri, Aug 16, 2019 at 3:53 AM Chris Jerdonek > wrote: Thanks for both replies. I'll dig further (later). >> 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

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 - to see what is available, and from

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 g

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

2019-08-16 Thread Michael Felt aka aixtools
Hi, I am trying to determine where 'pip' decides what to download. >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 get_platform(), or is ther