Unverified Commit 75e249ce authored by natsukium's avatar natsukium
Browse files

python3Packages.twitter-common-lang: remove

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

https://github.com/twitter-archive/commons
parent 9fb5d8ca
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  fetchPypi,
}:

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

  src = fetchPypi {
    inherit pname version;
    sha256 = "6e967ca2b5bb96ea749d21052f45b18e37deb5cc160eb12c64a8f1cb9dba7a22";
  };

  meta = with lib; {
    description = "Twitter's 2.x / 3.x compatibility swiss-army knife";
    homepage = "https://twitter.github.io/commons/";
    license = licenses.asl20;
    maintainers = with maintainers; [ copumpkin ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -566,6 +566,7 @@ mapAliases ({
  twitter-common-collections = throw "twitter-common-collections has been removed because it is abandoned and unmaintained"; # added 2024-07-14
  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
  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-lang = callPackage ../development/python-modules/twitter-common-lang { };
  twitter-common-log = callPackage ../development/python-modules/twitter-common-log { };
  twitter-common-options = callPackage ../development/python-modules/twitter-common-options { };