datakurre / pip2nix

Freeze pip-installable packages into Nix expressions [maintainer=@datakurre]
3 stars 1 forks source link

Bump development version to 0.9.0.dev1 #10

Closed datakurre closed 4 years ago

datakurre commented 4 years ago

Due to significant changes since 0.8.0.dev1 [fixes #8]

datakurre commented 4 years ago

pip2nix tests include bootstrapping with the latest pip, so to get the build pass, I also needed to workaround differences between pip 19 and pip 20.

Keeping up with pip is not pretty, because pip2nix's use of its private API, but I am not aware of any better options...