1 { lib, python3Packages, fetchPypi }:
3 python3Packages.buildPythonApplication rec {
10 hash = "sha256-0o4FvhuFudNSEL6fwBVqxldaNePbbidY9utDqXiLRNc=";
14 substituteInPlace setup.py \
15 --replace "protobuf~=3.6" "protobuf"
18 propagatedBuildInputs = with python3Packages; [
24 # No tests in repository
27 pythonImportsCheck = [ "mloader" ];
30 description = "Command-line tool to download manga from mangaplus";
31 homepage = "https://github.com/hurlenko/mloader";
32 license = licenses.gpl3Only;
34 mainProgram = "mloader";