Unverified Commit 65bd9b6b authored by Stephen Huan's avatar Stephen Huan
Browse files

python3Packages.shippai: remove

Upstream repository has been archived since 2023.
parent e2ee1dbb
Loading
Loading
Loading
Loading
+0 −24
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  fetchPypi,
}:

buildPythonPackage rec {
  pname = "shippai";
  # Please make sure that vdirsyncer still builds if you update this package.
  version = "0.3.2";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    sha256 = "0r6iwvmay8ygn2m15pyjrk9am4mfpk7rkf0lcbcb15pnabixlyzj";
  };

  meta = with lib; {
    description = "Use Rust failures as Python exceptions";
    homepage = "https://github.com/untitaker/shippai";
    license = licenses.mit;
    maintainers = with maintainers; [ ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -723,6 +723,7 @@ mapAliases ({
  setuptools_scm = setuptools-scm; # added 2021-06-03
  setuptoolsTrial = setuptools-trial; # added 2023-11-11
  sharkiqpy = sharkiq; # added 2022-05-21
  shippai = throw "shippai has been removed because the upstream repository was archived in 2023"; # added 2025-07-09
  shouldbe = throw "shouldbe was removed, because it was disabled on all python version since 3.8 and last updated in 2019."; # added 2024-05-12
  sip_4 = sip4; # added 2024-01-07
  slackclient = slack-sdk; # added 2024-06-27
+0 −2
Original line number Diff line number Diff line
@@ -16107,8 +16107,6 @@ self: super: with self; {
  shiny = callPackage ../development/python-modules/shiny { };
  shippai = callPackage ../development/python-modules/shippai { };
  shippinglabel = callPackage ../development/python-modules/shippinglabel { };
  shiv = callPackage ../development/python-modules/shiv { };