Commit 3ec13e8d authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.nose-cov: remove

It was archived and unmaintained since 2012
parent 33916ed7
Loading
Loading
Loading
Loading
+0 −21
Original line number Diff line number Diff line
{ buildPythonPackage, fetchPypi, lib, nose, cov-core }:

buildPythonPackage rec {
  pname = "nose-cov";
  version = "1.6";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    sha256 = "04j4fw01bv648gimqqj4z88606lcczbm1k326agcc74gb4sh7v4b";
  };

  propagatedBuildInputs = [ nose cov-core ];

  meta = with lib; {
    homepage = "https://pypi.org/project/nose-cov/";
    license = licenses.mit;
    description = "This plugin produces coverage reports. It also supports coverage of subprocesses.";
    maintainers = with maintainers; [ ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -304,6 +304,7 @@ mapAliases ({
  nghttp2 = throw "in 1.52.0 removed deprecated python bindings."; # added 2023-06-08
  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
  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_progressive = throw "nose_progressive has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; #added 2023-02-21
+0 −2
Original line number Diff line number Diff line
@@ -8859,8 +8859,6 @@ self: super: with self; {
  nose3 = callPackage ../development/python-modules/nose3 { };
  nose-cov = callPackage ../development/python-modules/nose-cov { };
  nose-exclude = callPackage ../development/python-modules/nose-exclude { };
  nose-timer = callPackage ../development/python-modules/nose-timer { };