python3Packages.tissue: drop

This commit is contained in:
Sigmanificient 2024-07-27 12:25:19 +02:00
parent e36e9f5733
commit 6e67430727
3 changed files with 1 additions and 30 deletions

View File

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

View File

@ -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

View File

@ -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 { };