Unverified Commit 811f3347 authored by natsukium's avatar natsukium
Browse files

python3Packages.twitter-common-log: remove

twitter-common-log has been removed because it is abandoned and
unmaintained

https://github.com/twitter-archive/commons
parent 75e249ce
Loading
Loading
Loading
Loading
+0 −29
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  fetchPypi,
  twitter-common-options,
  twitter-common-dirutil,
}:

buildPythonPackage rec {
  pname = "twitter.common.log";
  version = "0.3.11";

  src = fetchPypi {
    inherit pname version;
    sha256 = "7160a864eed30044705e05b816077dd193aec0c66f50ef1c077b7f8490e0d06a";
  };

  propagatedBuildInputs = [
    twitter-common-options
    twitter-common-dirutil
  ];

  meta = with lib; {
    description = "Twitter's common logging library";
    homepage = "https://twitter.github.io/commons/";
    license = licenses.asl20;
    maintainers = with maintainers; [ copumpkin ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -567,6 +567,7 @@ mapAliases ({
  twitter-common-confluence = throw "twitter-common-confluence has been removed because it is abandoned and unmaintained"; # added 2024-07-14
  twitter-common-dirutil = throw "twitter-common-dirutil has been removed because it is abandoned and unmaintained"; # added 2024-07-14
  twitter-common-lang = throw "twitter-common-lang has been removed because it is abandoned and unmaintained"; # added 2024-07-14
  twitter-common-log = throw "twitter-common-log has been removed because it is abandoned and unmaintained"; # added 2024-07-14
  types-cryptography = throw "types-cryptography has been removed because it is obsolete since cryptography version 3.4.4."; # added 2022-05-30
  types-paramiko = throw "types-paramiko has been removed because it was unused."; # added 2022-05-30
  ufoLib2 = ufolib2; # added 2024-01-07
+0 −2
Original line number Diff line number Diff line
@@ -15740,8 +15740,6 @@ self: super: with self; {
  twitter = callPackage ../development/python-modules/twitter { };
  twitter-common-log = callPackage ../development/python-modules/twitter-common-log { };
  twitter-common-options = callPackage ../development/python-modules/twitter-common-options { };
  twitterapi = callPackage ../development/python-modules/twitterapi { };