Changes between Version 1 and Version 2 of Ticket #2255, comment 4


Ignore:
Timestamp:
2014-07-24T01:17:51Z (10 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2255, comment 4

    v1 v2  
    1 So, I see how this works for source packages, or if the `requirements.txt` is created on the same platform as the build in the virtualenv. I don't see how it works for binary eggs -- wouldn't we need to ship different `requitements.txt` files for each platform, with different hashes?
     1So, I see how this works for source packages, or if the `requirements.txt` is created on the same platform as the build in the virtualenv. I don't see how it works for binary eggs -- wouldn't we need to ship different `requirements.txt` files for each platform, with different hashes?
    22
    33Perhaps it is sufficient to have a `requirements.txt` for Windows 32-bit w/ Python 2.7, one for Windows 64-bit w/ Python 2.7, and one for every other platform that assumes a compiler and builds everything from source?