Skip to content

Commit

Permalink
Merge pull request #313268 from natsukium/nosexcover/remove
Browse files Browse the repository at this point in the history
python311Packages.nosexcover: remove
  • Loading branch information
natsukium authored Jun 5, 2024
2 parents 21c63bf + 583d561 commit 2d6c4a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 40 deletions.
33 changes: 0 additions & 33 deletions pkgs/development/python-modules/nosexcover/default.nix

This file was deleted.

9 changes: 4 additions & 5 deletions pkgs/development/python-modules/smmap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
fetchPypi,
buildPythonPackage,
setuptools,
nosexcover,
pythonOlder,
pytestCheckHook,
}:

buildPythonPackage rec {
Expand All @@ -17,11 +16,11 @@ buildPythonPackage rec {
hash = "sha256-jXkCjqbMEx2l6rCZpdlamY1DxneZVv/+O0VQQJEQdto=";
};

nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];

doCheck = pythonOlder "3.12";
pythonImportsCheck = [ "smmap" ];

nativeCheckInputs = [ nosexcover ];
nativeCheckInputs = [ pytestCheckHook ];

meta = {
description = "A pure python implementation of a sliding window memory map manager";
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ mapAliases ({
ninja-python = ninja; # add 2022-08-03
nosejs = throw "nosejs has been removed since it has not been maintained for 15 years and there are no dependent packages"; # added 2024-05-21
nose-cov = throw "nose-cov has been removed, it was archived and unmaintained since 2012"; # added 2024-05-21
nosexcover = throw "nosexcover has been removed since it has not been maintained and there are no dependent packages"; # added 2024-05-21
nose-cover3 = throw "nose-cover3 has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-02-16
nose-cprof = throw "nose-cprof has been removed since it has not been maintained for 7 years and there are no dependent packages"; # added 2024-05-21
nose-exclude = throw "nose-exclude has been removed since it has not been maintained since 2016"; # added 2024-05-21
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 @@ -8900,8 +8900,6 @@ self: super: with self; {

nose-xunitmp = callPackage ../development/python-modules/nose-xunitmp { };

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

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

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

0 comments on commit 2d6c4a3

Please sign in to comment.