14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
22 owner = "the-useless-one";
24 rev = "refs/tags/v${version}";
25 hash = "sha256-BWH9zYrlbzQC0/cc5k5BlXWyh38gI+hwwTCWhe1xgog=";
28 propagatedBuildInputs = [
41 pythonImportsCheck = [
46 description = "Module for PowerSploit's PowerView support";
47 homepage = "https://github.com/the-useless-one/pywerview";
48 changelog = "https://github.com/the-useless-one/pywerview/releases/tag/v${version}";
49 license = licenses.gpl3Plus;
50 maintainers = with maintainers; [ fab ];