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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2255, comment 4

    v2 v3  
    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 `requirements.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, containing 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?