python3Packages.{adjustText -> adjusttext}: PEP-503 naming

This commit is contained in:
Samuel Ainsworth 2021-09-13 00:19:41 +00:00
parent ef98e15e38
commit 975d350d51
2 changed files with 4 additions and 4 deletions

View File

@ -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 ];
}; };
} }

View File

@ -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 { };