No description
Find a file
adisbladis c2cc4afc1c
Add support for binary wheels
Though building from source still takes precedence (is this correct
behaviour?).
2019-06-29 18:43:32 +01:00
example_project Build packages using new files attribute 2019-06-24 14:44:00 +01:00
default.nix Add support for binary wheels 2019-06-29 18:43:32 +01:00
extensions.json Properly fetch sdists with extension 2019-06-24 17:01:27 +01:00
generate.py Properly fetch sdists with extension 2019-06-24 17:01:27 +01:00
Makefile Properly fetch sdists with extension 2019-06-24 17:01:27 +01:00
overrides.nix Add support for binary wheels 2019-06-29 18:43:32 +01:00
README.org Properly fetch sdists with extension 2019-06-24 17:01:27 +01:00

Convert poetry projects to nix automagically

This is under really early development, don't expect things to work.

Missing

TODO Implement support for markers

Need to filter out certain deps like enum34

TODO Lock file hashes not distinguishable by origin

Reported upstream at https://github.com/sdispater/poetry/issues/1172 and fixed in https://github.com/sdispater/poetry/pull/1183 This branch depends on upstream PR #1183.

TODO Non-pypi dependencies

Not implemented at all currently

TODO Circular dependencies

Not implemented at all currently