mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
python311Packages.restructuredtext-lint: rename from restructuredtext_lint
This commit is contained in:
parent
81093a6c4a
commit
c3b9db387b
@ -8,7 +8,7 @@
|
||||
, pygments
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, restructuredtext_lint
|
||||
, restructuredtext-lint
|
||||
, setuptools-scm
|
||||
, stevedore
|
||||
, wheel
|
||||
@ -48,7 +48,7 @@ buildPythonPackage rec {
|
||||
docutils
|
||||
chardet
|
||||
stevedore
|
||||
restructuredtext_lint
|
||||
restructuredtext-lint
|
||||
pygments
|
||||
];
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
, python-dateutil
|
||||
, x-wr-timezone
|
||||
, pytestCheckHook
|
||||
, restructuredtext_lint
|
||||
, restructuredtext-lint
|
||||
, pygments
|
||||
, tzdata
|
||||
}:
|
||||
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
restructuredtext_lint
|
||||
restructuredtext-lint
|
||||
pygments
|
||||
tzdata
|
||||
];
|
||||
|
@ -7,11 +7,12 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "restructuredtext_lint";
|
||||
pname = "restructuredtext-lint";
|
||||
version = "1.4.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "restructuredtext_lint";
|
||||
inherit version;
|
||||
hash = "sha256-GyNcDJIjQatsUwOQiS656S+QubdQRgY+BHys+w8FDEU=";
|
||||
};
|
||||
|
@ -4,7 +4,7 @@
|
||||
, icalendar
|
||||
, pytz
|
||||
, pytestCheckHook
|
||||
, restructuredtext_lint
|
||||
, restructuredtext-lint
|
||||
, pygments
|
||||
}:
|
||||
|
||||
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
restructuredtext_lint
|
||||
restructuredtext-lint
|
||||
pygments
|
||||
];
|
||||
|
||||
|
@ -367,6 +367,7 @@ mapAliases ({
|
||||
repeated_test = repeated-test; # added 2022-11-15
|
||||
requests_oauthlib = requests-oauthlib; # added 2022-02-12
|
||||
requests_toolbelt = requests-toolbelt; # added 2017-09-26
|
||||
restructuredtext_lint = restructuredtext-lint; # added 2023-11-04
|
||||
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
|
||||
rl-coach = "rl-coach was removed because the project is discontinued and was archived by upstream"; # added 2023-05-03
|
||||
roboschool = throw "roboschool is deprecated in favor of PyBullet and has been removed"; # added 2022-01-15
|
||||
|
@ -12224,7 +12224,7 @@ self: super: with self; {
|
||||
|
||||
restrictedpython = callPackage ../development/python-modules/restrictedpython { };
|
||||
|
||||
restructuredtext_lint = callPackage ../development/python-modules/restructuredtext_lint { };
|
||||
restructuredtext-lint = callPackage ../development/python-modules/restructuredtext-lint { };
|
||||
|
||||
restview = callPackage ../development/python-modules/restview { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user