python311Packages.nosejs: drop

nosejs has been removed since it has not been maintained for 15 years
and there are no dependent packages
This commit is contained in:
natsukium
2024-05-21 00:23:20 +09:00
parent c07d07fb43
commit 432bbca403
3 changed files with 1 additions and 31 deletions
@@ -1,29 +0,0 @@
{ lib
, buildPythonPackage
, fetchPypi
, nose
}:
buildPythonPackage rec {
pname = "nosejs";
version = "0.9.4";
src = fetchPypi {
pname = "NoseJS";
inherit version;
sha256 = "0qrhkd3sga56qf6k0sqyhwfcladwi05gl6aqmr0xriiq1sgva5dy";
};
nativeCheckInputs = [ nose ];
checkPhase = ''
nosetests -v
'';
meta = with lib; {
homepage = "https://pypi.org/project/NoseJS/";
description = "A Nose plugin for integrating JavaScript tests into a Python test suite";
license = licenses.free;
};
}
+1
View File
@@ -298,6 +298,7 @@ mapAliases ({
net2grid = gridnet; # add 2022-04-22
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-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_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
nose_warnings_filters = nose-warnings-filters; # added 2024-01-07
-2
View File
@@ -8875,8 +8875,6 @@ self: super: with self; {
nose-timer = callPackage ../development/python-modules/nose-timer { };
nosejs = callPackage ../development/python-modules/nosejs { };
nose-pattern-exclude = callPackage ../development/python-modules/nose-pattern-exclude { };
nose-randomly = callPackage ../development/python-modules/nose-randomly { };