python3Packages.twitter-common-dirutil: remove

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

https://github.com/twitter-archive/commons
This commit is contained in:
natsukium
2024-07-14 15:45:32 +09:00
parent 7980a8230f
commit 9fb5d8ca4a
3 changed files with 1 additions and 27 deletions
@@ -1,25 +0,0 @@
{
lib,
buildPythonPackage,
fetchPypi,
twitter-common-lang,
}:
buildPythonPackage rec {
pname = "twitter.common.dirutil";
version = "0.3.11";
src = fetchPypi {
inherit pname version;
sha256 = "49aeecad2434ac23c16abbfc1fccffd3790c056a9eb01468ec26c83e65a10119";
};
propagatedBuildInputs = [ twitter-common-lang ];
meta = with lib; {
description = "Utilities for manipulating and finding files and directories";
homepage = "https://twitter.github.io/commons/";
license = licenses.asl20;
maintainers = with maintainers; [ copumpkin ];
};
}
+1
View File
@@ -565,6 +565,7 @@ mapAliases ({
tvnamer = throw "tvnamer was moved to pkgs.tvnamer"; # added 2021-07-05
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
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
-2
View File
@@ -15740,8 +15740,6 @@ self: super: with self; {
twitter = callPackage ../development/python-modules/twitter { };
twitter-common-dirutil = callPackage ../development/python-modules/twitter-common-dirutil { };
twitter-common-lang = callPackage ../development/python-modules/twitter-common-lang { };
twitter-common-log = callPackage ../development/python-modules/twitter-common-log { };