Changes between Initial Version and Version 1 of Ticket #54014, comment 6


Ignore:
Timestamp:
Jun 27, 2017, 3:20:36 AM (7 years ago)
Author:
aque (Allan Que)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54014, comment 6

    initial v1  
    1313`pypi:` is a placeholder for those sites and you're just adding `s/${python.rootname}` at the end of the path. So it will put them all together with `${distname}` and fetch `https://pypi.python.org/packages/source/s/stem/stem-1.5.4.tar.gz` and then try `https://files.pythonhosted.org/packages/source/s/stem/stem-1.5.4.tar.gz`. Your file is found in the latter url.
    1414
    15 Hope that makes sense. I had to trace it myself.
     15'''Note that you have to change your Portfile to use `pypi:s/${python.rootname}`''' since it's the first letter of your file. It's how they hosted those packages. Hope that makes sense. I had to trace it myself.