Commit 708091eb authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by Weijia Wang
Browse files

python3Packages.sabyenc: drop

parent b440606b
Loading
Loading
Loading
Loading
+0 −26
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  fetchPypi,
}:

buildPythonPackage rec {
  pname = "sabyenc";
  version = "3.3.6";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    sha256 = "1qbymi1626mmcxnsqdwnz2krxg7jvl4qbh8nwjj54z2p681wvjm4";
  };

  # tests are not included in pypi distribution
  doCheck = false;

  meta = {
    description = "Python yEnc package optimized for use within SABnzbd";
    homepage = "https://github.com/sabnzbd/sabyenc/";
    license = lib.licenses.lgpl3;
    maintainers = [ lib.maintainers.georgewhewell ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -686,6 +686,7 @@ mapAliases ({
  ruff-lsp = throw "ruff-lsp has been deprecated, use `ruff server` instead"; # added 2025-04-21
  runway-python = throw "SDK has been deprecated and was archived by upstream"; # added 2023-05-03
  safe = throw "safe has been removed, it was unmaintained sinced October 2019"; # added 2024-07-28
  sabyenc = throw "sabyenc has been removed, due to no updates since June 2019 and being superseded by sabyenc3"; # added 2025-05-03
  sampledata = throw "sampledata has been removed, it was unmaintained since 2017"; # added 2024-07-27
  sapi-python-client = kbcstorage; # added 2022-04-20
  scikitimage = scikit-image; # added 2023-05-14
+0 −2
Original line number Diff line number Diff line
@@ -15378,8 +15378,6 @@ self: super: with self; {
  sabctools = callPackage ../development/python-modules/sabctools { };
  sabyenc = callPackage ../development/python-modules/sabyenc { };
  sabyenc3 = callPackage ../development/python-modules/sabyenc3 { };
  sacn = callPackage ../development/python-modules/sacn { };