Commit 0726017b authored by Robert Schütz's avatar Robert Schütz
Browse files

animdl: move to pkgs/by-name

parent 9441c5dc
Loading
Loading
Loading
Loading
+4 −19
Original line number Diff line number Diff line
{
  lib,
  buildPythonApplication,
  fetchFromGitHub,
  poetry-core,
  anchor-kr,
  anitopy,
  click,
  cssselect,
  httpx,
  lxml,
  packaging,
  pkginfo,
  pycryptodomex,
  pyyaml,
  regex,
  rich,
  tqdm,
  yarl,
  python3Packages,
}:
buildPythonApplication {
python3Packages.buildPythonApplication {
  pname = "animdl";
  version = "1.7.27";
  pyproject = true;
@@ -47,11 +32,11 @@ buildPythonApplication {
    "yarl"
  ];

  build-system = [
  build-system = with python3Packages; [
    poetry-core
  ];

  dependencies = [
  dependencies = with python3Packages; [
    anchor-kr
    anitopy
    click
+0 −2
Original line number Diff line number Diff line
@@ -16931,8 +16931,6 @@ with pkgs;
  yaziPlugins = recurseIntoAttrs (callPackage ../by-name/ya/yazi/plugins { });
  animdl = python3Packages.callPackage ../applications/video/animdl { };
  dillo = callPackage ../by-name/di/dillo/package.nix {
    fltk = fltk13;
  };