9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-k3k1/DFmv0resnsNht/C+2Xh6qbSQmk83eN/3vtDU00=";
27 propagatedBuildInputs = [
34 pythonImportsCheck = [
39 description = "library containing functions to write security tools";
40 homepage = "https://github.com/p0dalirius/sectools";
41 changelog = "https://github.com/p0dalirius/sectools/releases/tag/${version}";
42 license = with licenses; [ gpl3Only ];
43 maintainers = with maintainers; [ fab ];