Loading pkgs/development/python-modules/karton-asciimagic/default.nix +13 −4 Original line number Diff line number Diff line Loading @@ -3,30 +3,39 @@ , fetchFromGitHub , karton-core , unittestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "karton-asciimagic"; version = "1.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "CERT-Polska"; repo = pname; rev = "v${version}"; sha256 = "sha256-sY5ik9efzLBa6Fbh17Vh4q7PlwOGYjuodU9yvp/8E3k="; rev = "refs/tags/v${version}"; hash = "sha256-sY5ik9efzLBa6Fbh17Vh4q7PlwOGYjuodU9yvp/8E3k="; }; propagatedBuildInputs = [ karton-core ]; nativeCheckInputs = [ unittestCheckHook ]; nativeCheckInputs = [ unittestCheckHook ]; pythonImportsCheck = [ "karton.asciimagic" ]; pythonImportsCheck = [ "karton.asciimagic" ]; meta = with lib; { description = "Decoders for ascii-encoded executables for the Karton framework"; homepage = "https://github.com/CERT-Polska/karton-asciimagic"; changelog = "https://github.com/CERT-Polska/karton-asciimagic/releases/tag/v${version}"; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ fab ]; }; Loading pkgs/development/python-modules/karton-autoit-ripper/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "CERT-Polska"; repo = pname; rev = "v${version}"; sha256 = "sha256-D+M3JsIN8LUWg8GVweEzySHI7KaBb6cNHHn4pXoq55M="; rev = "refs/tags/v${version}"; hash = "sha256-D+M3JsIN8LUWg8GVweEzySHI7KaBb6cNHHn4pXoq55M="; }; propagatedBuildInputs = [ Loading @@ -46,6 +46,7 @@ buildPythonPackage rec { meta = with lib; { description = "AutoIt script ripper for Karton framework"; homepage = "https://github.com/CERT-Polska/karton-autoit-ripper"; changelog = "https://github.com/CERT-Polska/karton-autoit-ripper/releases/tag/v${version}"; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ fab ]; }; Loading pkgs/development/python-modules/karton-classifier/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "CERT-Polska"; repo = pname; rev = "v${version}"; rev = "refs/tags/v${version}"; hash = "sha256-TRmAin0TAOIwR5EBMwTOJ9QaHO+mOx/eAjgqvyQZDj4="; }; Loading Loading @@ -51,6 +51,7 @@ buildPythonPackage rec { meta = with lib; { description = "File type classifier for the Karton framework"; homepage = "https://github.com/CERT-Polska/karton-classifier"; changelog = "https://github.com/CERT-Polska/karton-classifier/releases/tag/v${version}"; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ fab ]; }; Loading pkgs/development/python-modules/karton-config-extractor/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "CERT-Polska"; repo = pname; rev = "v${version}"; sha256 = "sha256-ep69Rrm8Ek0lkgctz6vDAZ1MZ8kWKZSyIvMMAmzTngA="; rev = "refs/tags/v${version}"; hash = "sha256-ep69Rrm8Ek0lkgctz6vDAZ1MZ8kWKZSyIvMMAmzTngA="; }; propagatedBuildInputs = [ Loading @@ -40,6 +40,7 @@ buildPythonPackage rec { meta = with lib; { description = "Static configuration extractor for the Karton framework"; homepage = "https://github.com/CERT-Polska/karton-config-extractor"; changelog = "https://github.com/CERT-Polska/karton-config-extractor/releases/tag/v${version}"; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ fab ]; }; Loading pkgs/development/python-modules/karton-core/default.nix +8 −1 Original line number Diff line number Diff line Loading @@ -3,12 +3,16 @@ , buildPythonPackage , fetchFromGitHub , unittestCheckHook , pythonOlder , redis }: buildPythonPackage rec { pname = "karton-core"; version = "5.0.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "CERT-Polska"; Loading @@ -22,7 +26,9 @@ buildPythonPackage rec { redis ]; nativeCheckInputs = [ unittestCheckHook ]; nativeCheckInputs = [ unittestCheckHook ]; pythonImportsCheck = [ "karton.core" Loading @@ -31,6 +37,7 @@ buildPythonPackage rec { meta = with lib; { description = "Distributed malware processing framework"; homepage = "https://karton-core.readthedocs.io/"; changelog = "https://github.com/CERT-Polska/karton/releases/tag/v${version}"; license = licenses.bsd3; maintainers = with maintainers; [ chivay fab ]; }; Loading Loading
pkgs/development/python-modules/karton-asciimagic/default.nix +13 −4 Original line number Diff line number Diff line Loading @@ -3,30 +3,39 @@ , fetchFromGitHub , karton-core , unittestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "karton-asciimagic"; version = "1.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "CERT-Polska"; repo = pname; rev = "v${version}"; sha256 = "sha256-sY5ik9efzLBa6Fbh17Vh4q7PlwOGYjuodU9yvp/8E3k="; rev = "refs/tags/v${version}"; hash = "sha256-sY5ik9efzLBa6Fbh17Vh4q7PlwOGYjuodU9yvp/8E3k="; }; propagatedBuildInputs = [ karton-core ]; nativeCheckInputs = [ unittestCheckHook ]; nativeCheckInputs = [ unittestCheckHook ]; pythonImportsCheck = [ "karton.asciimagic" ]; pythonImportsCheck = [ "karton.asciimagic" ]; meta = with lib; { description = "Decoders for ascii-encoded executables for the Karton framework"; homepage = "https://github.com/CERT-Polska/karton-asciimagic"; changelog = "https://github.com/CERT-Polska/karton-asciimagic/releases/tag/v${version}"; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ fab ]; }; Loading
pkgs/development/python-modules/karton-autoit-ripper/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "CERT-Polska"; repo = pname; rev = "v${version}"; sha256 = "sha256-D+M3JsIN8LUWg8GVweEzySHI7KaBb6cNHHn4pXoq55M="; rev = "refs/tags/v${version}"; hash = "sha256-D+M3JsIN8LUWg8GVweEzySHI7KaBb6cNHHn4pXoq55M="; }; propagatedBuildInputs = [ Loading @@ -46,6 +46,7 @@ buildPythonPackage rec { meta = with lib; { description = "AutoIt script ripper for Karton framework"; homepage = "https://github.com/CERT-Polska/karton-autoit-ripper"; changelog = "https://github.com/CERT-Polska/karton-autoit-ripper/releases/tag/v${version}"; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ fab ]; }; Loading
pkgs/development/python-modules/karton-classifier/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "CERT-Polska"; repo = pname; rev = "v${version}"; rev = "refs/tags/v${version}"; hash = "sha256-TRmAin0TAOIwR5EBMwTOJ9QaHO+mOx/eAjgqvyQZDj4="; }; Loading Loading @@ -51,6 +51,7 @@ buildPythonPackage rec { meta = with lib; { description = "File type classifier for the Karton framework"; homepage = "https://github.com/CERT-Polska/karton-classifier"; changelog = "https://github.com/CERT-Polska/karton-classifier/releases/tag/v${version}"; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ fab ]; }; Loading
pkgs/development/python-modules/karton-config-extractor/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "CERT-Polska"; repo = pname; rev = "v${version}"; sha256 = "sha256-ep69Rrm8Ek0lkgctz6vDAZ1MZ8kWKZSyIvMMAmzTngA="; rev = "refs/tags/v${version}"; hash = "sha256-ep69Rrm8Ek0lkgctz6vDAZ1MZ8kWKZSyIvMMAmzTngA="; }; propagatedBuildInputs = [ Loading @@ -40,6 +40,7 @@ buildPythonPackage rec { meta = with lib; { description = "Static configuration extractor for the Karton framework"; homepage = "https://github.com/CERT-Polska/karton-config-extractor"; changelog = "https://github.com/CERT-Polska/karton-config-extractor/releases/tag/v${version}"; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ fab ]; }; Loading
pkgs/development/python-modules/karton-core/default.nix +8 −1 Original line number Diff line number Diff line Loading @@ -3,12 +3,16 @@ , buildPythonPackage , fetchFromGitHub , unittestCheckHook , pythonOlder , redis }: buildPythonPackage rec { pname = "karton-core"; version = "5.0.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "CERT-Polska"; Loading @@ -22,7 +26,9 @@ buildPythonPackage rec { redis ]; nativeCheckInputs = [ unittestCheckHook ]; nativeCheckInputs = [ unittestCheckHook ]; pythonImportsCheck = [ "karton.core" Loading @@ -31,6 +37,7 @@ buildPythonPackage rec { meta = with lib; { description = "Distributed malware processing framework"; homepage = "https://karton-core.readthedocs.io/"; changelog = "https://github.com/CERT-Polska/karton/releases/tag/v${version}"; license = licenses.bsd3; maintainers = with maintainers; [ chivay fab ]; }; Loading