This repository was archived by the owner on Oct 7, 2022. It is now read-only.
v1.2.0
- adding support for darwin platform
- fetching metadata from pypi using aiohttp, #42
- for sources use
sha256
instead ofmd5
. whensha256
is not provided we download package and calculate it, #41 - python version option (
-V
) is now a required option, #39 python
"object" now has apkgs_top_level
list of all top level packages, #38- an option
-T
added to turndoCheck=true;
for all generated packages, #36 - detect more licenses, #29
- multiple
requirements.txt
can now be provided when calling pypi2nix, #34 - run
nix-shell
with--pure
option