[11:51:06] <tos9> bonega: What do you want to cache? The only thing pip will know is whether the package is installed or not and its python version, not what git tag that corresponded to (and not sure it should assume that the tag points to the same thing, tags aren't just used for versions)
[11:51:39] <tos9> pip does always hit the network regardless of whether the package is installed and you have #egg, that I think is a bug and I think I got dstufft to agree but I didn't have time to look into fixin git.
[12:10:08] <tos9> bonega: soryr, it's early and I'm running to work, but if you are, this is what we (unfortunately) do: https://bpaste.net/show/36de7021c013
[12:18:23] <ronny> bonega: you could use devpi, or build own wheels and put them into a folder
[14:11:41] <bonega> tos9 and ronny: thanks for you help, I will look it up