Packaging/Python: Difference between revisions

imported>PicoGeyer
Fix the fetchPypi link after it has been moved in the source tree
imported>Carschandler
No edit summary
Line 144: Line 144:


... or use <code>fetchurl</code> to download the <code>*.whl</code> file directly.<br>
... or use <code>fetchurl</code> to download the <code>*.whl</code> file directly.<br>
examples: [https://grep.app/search?filter%5Brepo%5D%5B0%5D=NixOS/nixpkgs&filter%5Blang%5D%5B0%5D=Nix&filter%5Bpath%5D%5B0%5D=pkgs/development/python-modules/&q=.whl grep for ".whl" in nixpkgs/pkgs/development/python-modules/]


reference: [https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/interpreters/python/fetchpypi.nix fetchPypi implementation]
reference: [https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/fetchpypi/default.nix fetchPypi implementation]


== Fix Missing <code>setup.py</code> ==
== Fix Missing <code>setup.py</code> ==