16 buildPythonPackage rec {
21 disabled = pythonOlder "3.7";
23 src = fetchFromGitHub {
24 owner = "the-useless-one";
26 rev = "refs/tags/v${version}";
27 hash = "sha256-G4kcKlb6bq9Vx52MVZ+DCN5k1QcvkoMXm9P959nA1fI=";
30 build-system = [ setuptools ];
45 pythonImportsCheck = [ "pywerview" ];
48 description = "Module for PowerSploit's PowerView support";
49 homepage = "https://github.com/the-useless-one/pywerview";
50 changelog = "https://github.com/the-useless-one/pywerview/releases/tag/v${version}";
51 license = licenses.gpl3Plus;
52 maintainers = with maintainers; [ fab ];
53 mainProgram = "pywerview";