7 python3Packages.buildPythonApplication rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-0o4FvhuFudNSEL6fwBVqxldaNePbbidY9utDqXiLRNc=";
18 substituteInPlace setup.py \
19 --replace "protobuf~=3.6" "protobuf"
22 propagatedBuildInputs = with python3Packages; [
28 # No tests in repository
31 pythonImportsCheck = [ "mloader" ];
34 description = "Command-line tool to download manga from mangaplus";
35 homepage = "https://github.com/hurlenko/mloader";
36 license = licenses.gpl3Only;
38 mainProgram = "mloader";