Remi Rampin
Remi Rampin
There's compiling, there's reading the metadata, there's copying the source... Being able to read from wherever the Post lives would be better than assuming it's a source file, or making...
Oh I'm fine with the Post being linked to some on-disk file, so doit can do its work, so long as Nikola doesn't go to it directly for any of...
I have already worked around this since February and I no longer have time to write a patch for this myself. I agree with your assessment of the situation, and...
You should probably match the colors with what's in the table. This is difficult right now because the "security-only" etc are not color coded (apparently it's colored by how far...
For Python: `pip freeze` is able to identify installed packages. However this runs in the "target" interpreter, not ReproZip's. We should probably read from the filesystem instead. pip uses `distlib`...
We should make sure to record the Python version as well then, thanks.
This needs a change in the config file format. Currently it's a flat list of files, implicitly meant for whatever that distribution's default package manager is: ```yaml packages: - name:...
Should this be in the RPZ file or in a "wrapper" that indicates how to combine RPZ file and data files? The same RPZ file and associated data might live...
I actually have a `reprounzip[all]` for plugins 😉 The difference here is that setup.py lists dependencies by name and not location, and that is my issue here. Optionally the RPZ...
Also related: #220