6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/${version}";
15 hash = "sha256-vDlYJSRBVFtEdE/1bN8PniFYkpggIKMcEakphHmaTos=";
18 nativeBuildInputs = with python3.pkgs; [
22 propagatedBuildInputs = with python3.pkgs; [
27 pythonImportsCheck = [
32 description = "Web Content Discovery Tool";
33 homepage = "https://github.com/deibit/cansina";
34 changelog = "https://github.com/deibit/cansina/blob/${version}/CHANGELOG.md";
35 license = licenses.gpl3Only;
36 maintainers = with maintainers; [ fab ];
37 mainProgram = "cansina";