Loading pkgs/development/python-modules/pymetasploit3/default.nix 0 → 100644 +44 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, msgpack, pytestCheckHook, requests, retry, setuptools, }: buildPythonPackage rec { pname = "pymetasploit3"; version = "1.0.6"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-y4YBQo6va+/NEuE+CWeueo0aEIHEnEZYBr1WH90qHxQ="; }; build-system = [ setuptools ]; dependencies = [ msgpack requests retry ]; # No tests available on PyPI doCheck = false; pythonImportsCheck = [ "pymetasploit3" ]; meta = { description = "Library for Metasploit framework"; homepage = "https://pypi.org/project/pymetasploit3/"; license = with lib.licenses; [ gpl2Only mit ]; maintainers = with lib.maintainers; [ fab ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -13168,6 +13168,8 @@ self: super: with self; { pymetar = callPackage ../development/python-modules/pymetar { }; pymetasploit3 = callPackage ../development/python-modules/pymetasploit3 { }; pymeteireann = callPackage ../development/python-modules/pymeteireann { }; pymeteoclimatic = callPackage ../development/python-modules/pymeteoclimatic { }; Loading Loading
pkgs/development/python-modules/pymetasploit3/default.nix 0 → 100644 +44 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, msgpack, pytestCheckHook, requests, retry, setuptools, }: buildPythonPackage rec { pname = "pymetasploit3"; version = "1.0.6"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-y4YBQo6va+/NEuE+CWeueo0aEIHEnEZYBr1WH90qHxQ="; }; build-system = [ setuptools ]; dependencies = [ msgpack requests retry ]; # No tests available on PyPI doCheck = false; pythonImportsCheck = [ "pymetasploit3" ]; meta = { description = "Library for Metasploit framework"; homepage = "https://pypi.org/project/pymetasploit3/"; license = with lib.licenses; [ gpl2Only mit ]; maintainers = with lib.maintainers; [ fab ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -13168,6 +13168,8 @@ self: super: with self; { pymetar = callPackage ../development/python-modules/pymetar { }; pymetasploit3 = callPackage ../development/python-modules/pymetasploit3 { }; pymeteireann = callPackage ../development/python-modules/pymeteireann { }; pymeteoclimatic = callPackage ../development/python-modules/pymeteoclimatic { }; Loading