acd-cli: drop
This commit is contained in:
@@ -1,50 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
fuse,
|
||||
python3Packages,
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "acd-cli";
|
||||
version = "0.3.2";
|
||||
format = "setuptools";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "yadayada";
|
||||
repo = "acd_cli";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-132CW5EcsgDZOeauBpNyXoFS2Q5rKPqqHIoIKobJDig=";
|
||||
};
|
||||
|
||||
dependencies = with python3Packages; [
|
||||
appdirs
|
||||
colorama
|
||||
python-dateutil
|
||||
fusepy
|
||||
requests
|
||||
requests-toolbelt
|
||||
setuptools
|
||||
sqlalchemy
|
||||
];
|
||||
|
||||
makeWrapperArgs = [ "--prefix LIBFUSE_PATH : ${lib.getLib fuse}/lib/libfuse.so" ];
|
||||
|
||||
postFixup = ''
|
||||
function lnOverBin() {
|
||||
rm -f $out/bin/{$2,.$2-wrapped}
|
||||
ln -s $out/bin/$1 $out/bin/$2
|
||||
}
|
||||
lnOverBin acd_cli.py acd-cli
|
||||
lnOverBin acd_cli.py acd_cli
|
||||
lnOverBin acd_cli.py acdcli
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Command line interface and FUSE filesystem for Amazon Cloud Drive";
|
||||
homepage = "https://github.com/yadayada/acd_cli";
|
||||
license = lib.licenses.gpl2;
|
||||
};
|
||||
})
|
||||
@@ -275,6 +275,7 @@ mapAliases {
|
||||
abbreviate = throw "'abbreviate' has been removed, as it has been unmaintained upstream since July 2024"; # Added 2026-01-01
|
||||
abseil-cpp_202301 = throw "abseil-cpp_202301 has been removed as it was unused in tree"; # Added 2025-08-09
|
||||
abseil-cpp_202501 = throw "abseil-cpp_202501 has been removed as it was unused in tree"; # Added 2025-09-15
|
||||
acd-cli = throw "adc-cli has been removed as it was unmaintained"; # Added 2026-05-02
|
||||
adjustor = throw "adjustor has been removed as it part of the 'handheld-daemon' package"; # Added 2025-11-16
|
||||
adminer-pematon = throw "'adminer-pematon' has been renamed to/replaced by 'adminneo'"; # Converted to throw 2025-10-27
|
||||
adminerneo = throw "'adminerneo' has been renamed to/replaced by 'adminneo'"; # Converted to throw 2025-10-27
|
||||
|
||||
Reference in New Issue
Block a user