Merge pull request #313168 from patka-123/proboscis-drop

python310Packages.proboscis: drop
This commit is contained in:
OTABI Tomoya 2024-05-21 09:49:10 +09:00 committed by GitHub
commit b6f0783203
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 23 deletions

View File

@ -1,21 +0,0 @@
{ 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;
};
}

View File

@ -328,6 +328,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

View File

@ -10357,8 +10357,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 { };