Commit 6e674307 authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.tissue: drop

parent e36e9f57
Loading
Loading
Loading
Loading
+0 −28
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  fetchPypi,
  nose,
  pep8,
}:

buildPythonPackage rec {
  pname = "tissue";
  version = "0.9.2";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    sha256 = "7e34726c3ec8fae358a7faf62de172db15716f5582e5192a109e33348bd76c2e";
  };

  buildInputs = [ nose ];
  propagatedBuildInputs = [ pep8 ];

  meta = with lib; {
    homepage = "https://github.com/WoLpH/tissue";
    description = "Tissue - automated pep8 checker for nose";
    license = licenses.lgpl2;
    maintainers = with maintainers; [ domenkozar ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -573,6 +573,7 @@ mapAliases ({
  theanoWithoutCuda = throw "theano has been removed because it is no longer maintained"; # added 2024-05-20
  theano-pymc = throw "theano-pymc has been removed because it is no longer maintained"; # added 2024-05-20
  thumborPexif = throw "thumborPexif has been removed, because it was unused."; # added 2024-01-07
  tissue = throw "tissue has been removed, because it is archived since October 2022"; # added 2024-07-27
  torchgpipe = throw "torchgpipe has been removed, because it appears unmaintained and Pytorch now includes pipeline parallelism support"; # added 2024-05-18
  torrent_parser = torrent-parser; # added 2023-11-04
  transip = throw "transip has been removed because it is no longer maintained. TransIP SOAP V5 API was marked as deprecated"; # added 2023-02-27
+0 −2
Original line number Diff line number Diff line
@@ -15542,8 +15542,6 @@ self: super: with self; {
  tinytuya = callPackage ../development/python-modules/tinytuya { };
  tissue = callPackage ../development/python-modules/tissue { };
  titlecase = callPackage ../development/python-modules/titlecase { };
  tld = callPackage ../development/python-modules/tld { };