mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
doc/languages-frameworks/python: update recommended commit message
This commit is contained in:
parent
bcb19b212c
commit
a33d17fadc
1 changed files with 3 additions and 1 deletions
|
@ -2027,7 +2027,9 @@ The following rules are desired to be respected:
|
||||||
disabled individually. Try to avoid disabling the tests altogether. In any
|
disabled individually. Try to avoid disabling the tests altogether. In any
|
||||||
case, when you disable tests, leave a comment explaining why.
|
case, when you disable tests, leave a comment explaining why.
|
||||||
* Commit names of Python libraries should reflect that they are Python
|
* Commit names of Python libraries should reflect that they are Python
|
||||||
libraries, so write for example `python3Packages.numpy: 1.11 -> 1.12`.
|
libraries, so write for example `python311Packages.numpy: 1.11 -> 1.12`.
|
||||||
|
It is highly recommended to specify the current default version to enable
|
||||||
|
automatic build by ofborg.
|
||||||
* Attribute names in `python-packages.nix` as well as `pname`s should match the
|
* Attribute names in `python-packages.nix` as well as `pname`s should match the
|
||||||
library's name on PyPI, but be normalized according to [PEP
|
library's name on PyPI, but be normalized according to [PEP
|
||||||
0503](https://www.python.org/dev/peps/pep-0503/#normalized-names). This means
|
0503](https://www.python.org/dev/peps/pep-0503/#normalized-names). This means
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue