Loading pkgs/development/python-modules/yara-python/default.nix +11 −3 Original line number Diff line number Diff line Loading @@ -2,18 +2,22 @@ , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , yara }: buildPythonPackage rec { pname = "yara-python"; version = "4.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "VirusTotal"; repo = "yara-python"; rev = "v${version}"; sha256 = "sha256-jNxYuIddMzANZoQ0p7BbRrX6ISpaCA7T6j+iS+FOocg="; hash = "sha256-jNxYuIddMzANZoQ0p7BbRrX6ISpaCA7T6j+iS+FOocg="; }; buildInputs = [ Loading @@ -28,9 +32,13 @@ buildPythonPackage rec { "--dynamic-linking" ]; pytestFlagsArray = [ "tests.py" ]; pytestFlagsArray = [ "tests.py" ]; pythonImportsCheck = [ "yara" ]; pythonImportsCheck = [ "yara" ]; meta = with lib; { description = "Python interface for YARA"; Loading Loading
pkgs/development/python-modules/yara-python/default.nix +11 −3 Original line number Diff line number Diff line Loading @@ -2,18 +2,22 @@ , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , yara }: buildPythonPackage rec { pname = "yara-python"; version = "4.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "VirusTotal"; repo = "yara-python"; rev = "v${version}"; sha256 = "sha256-jNxYuIddMzANZoQ0p7BbRrX6ISpaCA7T6j+iS+FOocg="; hash = "sha256-jNxYuIddMzANZoQ0p7BbRrX6ISpaCA7T6j+iS+FOocg="; }; buildInputs = [ Loading @@ -28,9 +32,13 @@ buildPythonPackage rec { "--dynamic-linking" ]; pytestFlagsArray = [ "tests.py" ]; pytestFlagsArray = [ "tests.py" ]; pythonImportsCheck = [ "yara" ]; pythonImportsCheck = [ "yara" ]; meta = with lib; { description = "Python interface for YARA"; Loading