mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
python3Packages.tissue: drop
This commit is contained in:
parent
e36e9f5733
commit
6e67430727
@ -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 ];
|
||||
};
|
||||
}
|
@ -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
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user