15 buildPythonPackage rec {
18 format = "setuptools";
20 disabled = pythonOlder "3.7";
22 src = fetchFromGitHub {
23 owner = "CERT-Polska";
25 rev = "refs/tags/v${version}";
26 hash = "sha256-+hh7SJFITpLumIuzNgBbXtFh+26tUG66UFv6DLDk5ag=";
29 propagatedBuildInputs = [
39 nativeCheckInputs = [ unittestCheckHook ];
41 pythonImportsCheck = [
46 description = "Python client library for the mwdb service";
48 homepage = "https://github.com/CERT-Polska/mwdblib";
49 changelog = "https://github.com/CERT-Polska/mwdblib/releases/tag/v${version}";
50 license = with licenses; [ bsd3 ];
51 maintainers = with maintainers; [ fab ];