Skip to content

Commit

Permalink
python311Packages.yanc: drop
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Jul 27, 2024
1 parent dd081b2 commit bd081b7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 46 deletions.
12 changes: 2 additions & 10 deletions pkgs/development/python-modules/preggy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
fetchPypi,
six,
unidecode,
nose,
yanc,
pytestCheckHook,
}:

buildPythonPackage rec {
Expand All @@ -17,20 +16,13 @@ buildPythonPackage rec {
six
unidecode
];
nativeCheckInputs = [
nose
yanc
];
nativeCheckInputs = [ pytestCheckHook ];

src = fetchPypi {
inherit pname version;
sha256 = "25ba803afde4f35ef543a60915ced2e634926235064df717c3cb3e4e3eb4670c";
};

checkPhase = ''
nosetests .
'';

meta = with lib; {
description = "Assertion library for Python";
homepage = "http://heynemann.github.io/preggy/";
Expand Down
34 changes: 0 additions & 34 deletions pkgs/development/python-modules/yanc/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ mapAliases ({
xenomapper = throw "xenomapper was moved to pkgs.xenomapper"; # added 2021-12-31
XlsxWriter = xlsxwriter; # added 2023-02-19
Yapsy = yapsy; # added 2023-02-19
yanc = throw "yanc has been removed because it relies on nose"; # added 2024-07-27
z3 = z3-solver; # added 2023-12-03
zake = throw "zake has been removed because it is abandoned"; # added 2023-06-20
zc_buildout_nix = throw "zc_buildout_nix was pinned to a version no longer compatible with other modules";
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17564,8 +17564,6 @@ self: super: with self; {

yamlordereddictloader = callPackage ../development/python-modules/yamlordereddictloader { };

yanc = callPackage ../development/python-modules/yanc { };

yangson = callPackage ../development/python-modules/yangson { };

yapf = callPackage ../development/python-modules/yapf { };
Expand Down

0 comments on commit bd081b7

Please sign in to comment.