12 buildPythonPackage rec {
13 pname = "securityreporter";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
21 repo = "python-reporter";
22 rev = "refs/tags/v${version}";
23 hash = "sha256-mBZVsoDnDRYHdcFzi4kuwmAJDRdpysUbNRcDzIhYRGY=";
40 pythonImportsCheck = [
45 # Test require a running Docker instance
50 description = "A Python wrapper for the Reporter API";
51 homepage = "https://github.com/dongit-org/python-reporter";
52 changelog = "https://github.com/dongit-org/python-reporter/releases/tag/v${version}";
53 license = licenses.mit;
54 maintainers = with maintainers; [ fab ];