lol

python311Packages.restructuredtext-lint: rename from restructuredtext_lint

+11 -9
+2 -2
pkgs/development/python-modules/doc8/default.nix
··· 8 8 , pygments 9 9 , pytestCheckHook 10 10 , pythonOlder 11 - , restructuredtext_lint 11 + , restructuredtext-lint 12 12 , setuptools-scm 13 13 , stevedore 14 14 , wheel ··· 48 48 docutils 49 49 chardet 50 50 stevedore 51 - restructuredtext_lint 51 + restructuredtext-lint 52 52 pygments 53 53 ]; 54 54
+2 -2
pkgs/development/python-modules/recurring-ical-events/default.nix
··· 6 6 , python-dateutil 7 7 , x-wr-timezone 8 8 , pytestCheckHook 9 - , restructuredtext_lint 9 + , restructuredtext-lint 10 10 , pygments 11 11 , tzdata 12 12 }: ··· 33 33 34 34 nativeCheckInputs = [ 35 35 pytestCheckHook 36 - restructuredtext_lint 36 + restructuredtext-lint 37 37 pygments 38 38 tzdata 39 39 ];
+3 -2
pkgs/development/python-modules/restructuredtext_lint/default.nix pkgs/development/python-modules/restructuredtext-lint/default.nix
··· 7 7 }: 8 8 9 9 buildPythonPackage rec { 10 - pname = "restructuredtext_lint"; 10 + pname = "restructuredtext-lint"; 11 11 version = "1.4.0"; 12 12 13 13 src = fetchPypi { 14 - inherit pname version; 14 + pname = "restructuredtext_lint"; 15 + inherit version; 15 16 hash = "sha256-GyNcDJIjQatsUwOQiS656S+QubdQRgY+BHys+w8FDEU="; 16 17 }; 17 18
+2 -2
pkgs/development/python-modules/x-wr-timezone/default.nix
··· 4 4 , icalendar 5 5 , pytz 6 6 , pytestCheckHook 7 - , restructuredtext_lint 7 + , restructuredtext-lint 8 8 , pygments 9 9 }: 10 10 ··· 28 28 29 29 nativeCheckInputs = [ 30 30 pytestCheckHook 31 - restructuredtext_lint 31 + restructuredtext-lint 32 32 pygments 33 33 ]; 34 34
+1
pkgs/top-level/python-aliases.nix
··· 367 367 repeated_test = repeated-test; # added 2022-11-15 368 368 requests_oauthlib = requests-oauthlib; # added 2022-02-12 369 369 requests_toolbelt = requests-toolbelt; # added 2017-09-26 370 + restructuredtext_lint = restructuredtext-lint; # added 2023-11-04 370 371 rig = throw "rig has been removed because it was pinned to python 2.7 and 3.5, failed to build and is otherwise unmaintained"; # added 2022-11-28 371 372 rl-coach = "rl-coach was removed because the project is discontinued and was archived by upstream"; # added 2023-05-03 372 373 roboschool = throw "roboschool is deprecated in favor of PyBullet and has been removed"; # added 2022-01-15
+1 -1
pkgs/top-level/python-packages.nix
··· 12224 12224 12225 12225 restrictedpython = callPackage ../development/python-modules/restrictedpython { }; 12226 12226 12227 - restructuredtext_lint = callPackage ../development/python-modules/restructuredtext_lint { }; 12227 + restructuredtext-lint = callPackage ../development/python-modules/restructuredtext-lint { }; 12228 12228 12229 12229 restview = callPackage ../development/python-modules/restview { }; 12230 12230