Merge pull request #209585 from JamieMagee/pyls-black

python3Packages.pyls-black: remove

ajs124 6687f7fe b096dcbd

Changed files
+1 -36
pkgs
development
python-modules
pyls-black
top-level
-34
pkgs/development/python-modules/pyls-black/default.nix
···
-
{ lib
-
, buildPythonPackage
-
, fetchFromGitHub
-
, black
-
, toml
-
, pytestCheckHook
-
, python-language-server
-
, isPy3k
-
}:
-
-
buildPythonPackage rec {
-
pname = "pyls-black";
-
version = "0.4.7";
-
-
src = fetchFromGitHub {
-
owner = "rupert";
-
repo = "pyls-black";
-
rev = "v${version}";
-
sha256 = "0bkhfnlik89j3yamr20br4wm8975f20v33wabi2nyxvj10whr5dj";
-
};
-
-
disabled = !isPy3k;
-
-
nativeCheckInputs = [ pytestCheckHook ];
-
-
propagatedBuildInputs = [ black toml python-language-server ];
-
-
meta = with lib; {
-
homepage = "https://github.com/rupert/pyls-black";
-
description = "Black plugin for the Python Language Server";
-
license = licenses.mit;
-
maintainers = [ ];
-
};
-
}
···
+1
pkgs/top-level/aliases.nix
···
pulseaudioLight = throw "'pulseaudioLight' has been renamed to/replaced by 'pulseaudio'"; # Converted to throw 2022-02-22
pulseeffects = throw "Use pulseeffects-legacy if you use PulseAudio and easyeffects if you use PipeWire"; # Added 2021-02-13
pulseeffects-pw = easyeffects; # Added 2021-07-07
py-wmi-client = throw "py-wmi-client has been removed: abandoned by upstream"; # Added 2022-04-26
pydb = throw "pydb has been removed: abandoned by upstream"; # Added 2022-04-22
pyIRCt = throw "pyIRCt has been removed from nixpkgs as it is unmaintained and python2-only";
···
pulseaudioLight = throw "'pulseaudioLight' has been renamed to/replaced by 'pulseaudio'"; # Converted to throw 2022-02-22
pulseeffects = throw "Use pulseeffects-legacy if you use PulseAudio and easyeffects if you use PipeWire"; # Added 2021-02-13
pulseeffects-pw = easyeffects; # Added 2021-07-07
+
pyls-black = throw "pyls-black has been removed from nixpkgs. Use python-lsp-black instead."; # Added 2023-01-09
py-wmi-client = throw "py-wmi-client has been removed: abandoned by upstream"; # Added 2022-04-26
pydb = throw "pydb has been removed: abandoned by upstream"; # Added 2022-04-22
pyIRCt = throw "pyIRCt has been removed from nixpkgs as it is unmaintained and python2-only";
-2
pkgs/top-level/python-packages.nix
···
pylsqpack = callPackage ../development/python-modules/pylsqpack { };
-
pyls-black = callPackage ../development/python-modules/pyls-black { };
-
pyls-flake8 = callPackage ../development/python-modules/pyls-flake8 { };
pyls-isort = callPackage ../development/python-modules/pyls-isort { };
···
pylsqpack = callPackage ../development/python-modules/pylsqpack { };
pyls-flake8 = callPackage ../development/python-modules/pyls-flake8 { };
pyls-isort = callPackage ../development/python-modules/pyls-isort { };