mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 09:36:20 +09:00
python3Packages.percol: remove
Not used by anything else, unmaintained since 2019
This commit is contained in:
parent
7e617bb536
commit
373f3813bf
3 changed files with 1 additions and 35 deletions
|
@ -1,33 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
cmigemo,
|
||||
}:
|
||||
|
||||
buildPythonPackage {
|
||||
pname = "percol";
|
||||
version = "unstable-2019-07-24";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mooz";
|
||||
repo = "percol";
|
||||
rev = "4b28037e328da3d0fe8165c11b800cbaddcb525e";
|
||||
sha256 = "07sq3517wzn04j2dzlmczmcvx3w6r7xnzz3634zgf1zi6dbr2a3g";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ cmigemo ];
|
||||
|
||||
# package has no tests
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "percol" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/mooz/percol";
|
||||
description = "Adds flavor of interactive filtering to the traditional pipe concept of shell";
|
||||
mainProgram = "percol";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ koral ];
|
||||
};
|
||||
}
|
|
@ -485,6 +485,7 @@ mapAliases ({
|
|||
pdfminer = pdfminer-six; # added 2022-05-25
|
||||
pdfx = throw "pdfx has been removed because the upstream repository was archived in 2023"; # Added 2024-10-04
|
||||
pep257 = pydocstyle; # added 2022-04-12
|
||||
percol = throw "percol has been removed because it hasn't been updated since 2019"; # added 2025-05-25
|
||||
pillow-simd = throw "pillow-simd has been removed for lagging behind pillow upstream, which exposes it to various security issues."; # Added 2024-10-24
|
||||
pipenv-poetry-migrate = throw "pipenv-poetry-migrate was promoted to a top-level attribute"; # added 2025-01-14
|
||||
pixelmatch = "pixelmatch has been removed as it was unmaintained"; # Added 2024-08-18
|
||||
|
|
|
@ -11066,8 +11066,6 @@ self: super: with self; {
|
|||
|
||||
peppercorn = callPackage ../development/python-modules/peppercorn { };
|
||||
|
||||
percol = callPackage ../development/python-modules/percol { };
|
||||
|
||||
perfplot = callPackage ../development/python-modules/perfplot { };
|
||||
|
||||
periodictable = callPackage ../development/python-modules/periodictable { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue