13 buildPythonPackage rec {
14 pname = "karton-dashboard";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
21 owner = "CERT-Polska";
23 rev = "refs/tags/v${version}";
24 hash = "sha256-VzBC7IATF8QBtTXMv4vmorAzBlImEsayjenQ2Uz5jIo=";
35 propagatedBuildInputs = [
43 # Project has no tests. pythonImportsCheck requires MinIO configuration
47 description = "Web application that allows for Karton task and queue introspection";
48 mainProgram = "karton-dashboard";
49 homepage = "https://github.com/CERT-Polska/karton-dashboard";
50 changelog = "https://github.com/CERT-Polska/karton-dashboard/releases/tag/v${version}";
51 license = with licenses; [ bsd3 ];
52 maintainers = with maintainers; [ fab ];