This website requires JavaScript.
Explore
Help
Sign in
hiro
/
poetry2nix
Watch
1
Star
0
Fork
You've already forked poetry2nix
0
mirror of
https://github.com/vale981/poetry2nix
synced
2025-03-06 09:41:39 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a08647d506
poetry2nix
/
tests
/
legacy
/
default.nix
7 lines
101 B
Nix
Raw
Normal View
History
Unescape
Escape
style: Apply statix/deadnix
2023-10-26 12:18:24 +13:00
{
poetry2nix
,
python3
}:
Add support to the legacy Pypi API Some private repositories (such as Devpi) expose the legacy Pypi API (https://warehouse.pypa.io/api-reference/legacy.html). This commit adds a dedicated fetcher which basically queries this API to get the URL pointing to the actual file. Since Pypi still exposes this API, it has been possible to write a test that uses this legacy API. Fixes https://github.com/nix-community/poetry2nix/issues/277.
2021-05-09 21:47:06 +02:00
poetry2nix
.
mkPoetryApplication
{
python
=
python3
;
projectDir
=
./.
;
}
Reference in a new issue
Copy permalink