Unverified Commit 3568744c authored by Patka's avatar Patka
Browse files

python310Packages.proboscis: drop

parent 08c97909
Loading
Loading
Loading
Loading
+0 −21
Original line number Diff line number Diff line
{ lib, buildPythonPackage, fetchPypi, nose }:

buildPythonPackage rec {
  pname = "proboscis";
  version = "1.2.6.0";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    sha256 = "b822b243a7c82030fce0de97bdc432345941306d2c24ef227ca561dd019cd238";
  };

  propagatedBuildInputs = [ nose ];
  doCheck = false;

  meta = with lib; {
    description = "A Python test framework that extends Python's built-in unittest module and Nose with features from TestNG";
    homepage = "https://pypi.python.org/pypi/proboscis";
    license = licenses.asl20;
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -325,6 +325,7 @@ mapAliases ({
  postorius = throw "Please use pkgs.mailmanPackages.postorius"; # added 2022-04-29
  powerlineMemSegment = powerline-mem-segment; # added 2021-10-08
  privacyidea-ldap-proxy = throw "privacyidea-ldap-proxy has been removed from nixpkgs"; # added 2023-10-31
  proboscis = throw "proboscis has been removed since it has not been maintained for 11 years"; # added 2024-05-20
  prometheus_client = prometheus-client; # added 2021-06-10
  prompt_toolkit = prompt-toolkit; # added 2021-07-22
  protonup = protonup-ng; # Added 2022-11-06
+0 −2
Original line number Diff line number Diff line
@@ -10363,8 +10363,6 @@ self: super: with self; {
  prison = callPackage ../development/python-modules/prison { };
  proboscis = callPackage ../development/python-modules/proboscis { };
  process-tests = callPackage ../development/python-modules/process-tests { };
  procmon-parser = callPackage ../development/python-modules/procmon-parser { };