Loading pkgs/development/python-modules/pyexploitdb/default.nix +17 −15 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , gitpython , pytestCheckHook , pythonOlder , requests { lib, buildPythonPackage, fetchPypi, gitpython, pytestCheckHook, pythonOlder, requests, setuptools, }: buildPythonPackage rec { pname = "pyexploitdb"; version = "0.2.9"; format = "setuptools"; version = "0.2.16"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "pyExploitDb"; inherit version; hash = "sha256-q16YB0lLlw9nXohcT20l41Bv40CqshWzE8nVBBSEppE="; hash = "sha256-PP9dR8Jl4eWsky3vO9Pgraw0plik/5aWvmOAEc2/Qpo="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ gitpython requests ]; Loading @@ -28,14 +32,12 @@ buildPythonPackage rec { # Module has no tests doCheck = false; pythonImportsCheck = [ "pyExploitDb" ]; pythonImportsCheck = [ "pyExploitDb" ]; meta = with lib; { description = "Library to fetch the most recent exploit-database"; homepage = "https://github.com/GoVanguard/pyExploitDb"; changelog = "https://github.com/GoVanguard/pyExploitDb/blob/master/Changelog.txt"; changelog = "https://github.com/GoVanguard/pyExploitDb/blob/master/ChangeLog.md"; license = licenses.gpl3Plus; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/pyexploitdb/default.nix +17 −15 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , gitpython , pytestCheckHook , pythonOlder , requests { lib, buildPythonPackage, fetchPypi, gitpython, pytestCheckHook, pythonOlder, requests, setuptools, }: buildPythonPackage rec { pname = "pyexploitdb"; version = "0.2.9"; format = "setuptools"; version = "0.2.16"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "pyExploitDb"; inherit version; hash = "sha256-q16YB0lLlw9nXohcT20l41Bv40CqshWzE8nVBBSEppE="; hash = "sha256-PP9dR8Jl4eWsky3vO9Pgraw0plik/5aWvmOAEc2/Qpo="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ gitpython requests ]; Loading @@ -28,14 +32,12 @@ buildPythonPackage rec { # Module has no tests doCheck = false; pythonImportsCheck = [ "pyExploitDb" ]; pythonImportsCheck = [ "pyExploitDb" ]; meta = with lib; { description = "Library to fetch the most recent exploit-database"; homepage = "https://github.com/GoVanguard/pyExploitDb"; changelog = "https://github.com/GoVanguard/pyExploitDb/blob/master/Changelog.txt"; changelog = "https://github.com/GoVanguard/pyExploitDb/blob/master/ChangeLog.md"; license = licenses.gpl3Plus; maintainers = with maintainers; [ fab ]; }; Loading