python3Packages.{adjustText -> adjusttext}: PEP-503 naming
This commit is contained in:
parent
ef98e15e38
commit
975d350d51
@ -6,7 +6,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "adjustText";
|
pname = "adjusttext";
|
||||||
version = "0.7.3";
|
version = "0.7.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@ -22,8 +22,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Iteratively adjust text position in matplotlib plots to minimize overlaps";
|
description = "Iteratively adjust text position in matplotlib plots to minimize overlaps";
|
||||||
homepage = "https://github.com/Phlya/adjustText";
|
homepage = "https://github.com/Phlya/adjustText";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ samuela ];
|
maintainers = with maintainers; [ samuela ];
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -209,7 +209,7 @@ in {
|
|||||||
|
|
||||||
adguardhome = callPackage ../development/python-modules/adguardhome { };
|
adguardhome = callPackage ../development/python-modules/adguardhome { };
|
||||||
|
|
||||||
adjustText = callPackage ../development/python-modules/adjustText { };
|
adjusttext = callPackage ../development/python-modules/adjusttext { };
|
||||||
|
|
||||||
advantage-air = callPackage ../development/python-modules/advantage-air { };
|
advantage-air = callPackage ../development/python-modules/advantage-air { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user