mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
doc/languages-frameworks/python: normalize pname and add description
This commit is contained in:
parent
a4d5b56448
commit
ef61a6339c
|
@ -604,7 +604,8 @@ that sets up an interpreter pointing to them. This matters much more for "big"
|
|||
modules like `pytorch` or `tensorflow`.
|
||||
|
||||
Module names usually match their names on [pypi.org](https://pypi.org/), but
|
||||
you can use the [Nixpkgs search website](https://nixos.org/nixos/packages.html)
|
||||
normalized according to PEP 503/508. (e.g. Foo__Bar.baz -> foo-bar-baz)
|
||||
You can use the [Nixpkgs search website](https://nixos.org/nixos/packages.html)
|
||||
to find them as well (along with non-python packages).
|
||||
|
||||
At this point we can create throwaway experimental Python environments with
|
||||
|
@ -1081,7 +1082,7 @@ therefore we have to set `LDFLAGS` and `CFLAGS`.
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyFFTW";
|
||||
pname = "pyfftw";
|
||||
version = "0.9.2";
|
||||
pyproject = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue