animdl: allow click >= 8.2.0, enable across linux and darwin (#454624)
This commit is contained in:
@@ -21,6 +21,7 @@ python3Packages.buildPythonApplication {
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"click"
|
||||
"cssselect"
|
||||
"httpx"
|
||||
"lxml"
|
||||
@@ -55,12 +56,11 @@ python3Packages.buildPythonApplication {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Highly efficient, powerful and fast anime scraper";
|
||||
homepage = "https://github.com/justfoolingaround/animdl";
|
||||
license = licenses.gpl3Only;
|
||||
license = lib.licenses.gpl3Only;
|
||||
mainProgram = "animdl";
|
||||
maintainers = with maintainers; [ passivelemon ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with lib.maintainers; [ passivelemon ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user