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-O7Wrl9+RWkHPO0+9aue1Nlv0263qX8Thnh5FmnoKjxU=";
38 propagatedBuildInputs = [
46 # Project has no tests. pythonImportsCheck requires MinIO configuration
50 description = "Web application that allows for Karton task and queue introspection";
51 homepage = "https://github.com/CERT-Polska/karton-dashboard";
52 changelog = "https://github.com/CERT-Polska/karton-dashboard/releases/tag/v${version}";
53 license = with licenses; [ bsd3 ];
54 maintainers = with maintainers; [ fab ];