PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Wednesday the 16th of October, 2019

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[19:27:01] <zware> Hi folks, any devpi experts around? I'm trying to figure out if there's a way to upload wheels for arbitrary packages to devpi without shadowing the whole project, such that if the project updates on PyPI I can still get the new version even if I haven't uploaded a wheel for it
[19:59:26] <pombreda> zware: you mean having some versions in your devpi and some versions on PyPI?
[20:01:55] <zware> pombreda: I mean having a devpi set up such that I can upload a wheel for, say, psycopg2==2.7.5, but still be able to `pip install --index-url=https://my.devpi/ 'psycopg2==2.8.3'` when it comes out later, before I've uploaded a wheel for that particular version
[20:02:16] <zware> pombreda: I finally found https://devpi.net/docs/devpi/devpi/latest/+d/userman/devpi_indices.html#modifying-the-mirror-whitelist which seems to possibly be what I'm looking for
[20:44:05] <tos9> zware: yeah you want that
[20:44:10] <tos9> (mirror_whitelist)
[22:28:17] <zware> tos9: Thanks