Unverified Commit d2adf589 authored by natsukium's avatar natsukium
Browse files

python3Packages.twitter-common-options: remove

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

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

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

  src = fetchPypi {
    inherit pname version;
    sha256 = "a495bcdffc410039bc4166f1a30c2caa3c92769d7a161a4a39d3651836dd27e1";
  };

  meta = with lib; {
    description = "Twitter's optparse wrapper";
    homepage = "https://twitter.github.io/commons/";
    license = licenses.asl20;
    maintainers = with maintainers; [ copumpkin ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -568,6 +568,7 @@ mapAliases ({
  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
  twitter-common-options = throw "twitter-common-options 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-options = callPackage ../development/python-modules/twitter-common-options { };
  twitterapi = callPackage ../development/python-modules/twitterapi { };
  twofish = callPackage ../development/python-modules/twofish { };