Loading pkgs/development/python-modules/cvelib/default.nix +15 −20 Original line number Diff line number Diff line { lib , buildPythonPackage , click , cve , fetchFromGitHub , jsonschema , pytestCheckHook , pythonOlder , requests , setuptools , testers { lib, buildPythonPackage, click, cve, fetchFromGitHub, jsonschema, pytestCheckHook, pythonOlder, requests, setuptools, testers, }: buildPythonPackage rec { Loading @@ -31,9 +32,7 @@ buildPythonPackage rec { --replace-fail '"collective.checkdocs",' "" ''; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ click Loading @@ -41,13 +40,9 @@ buildPythonPackage rec { requests ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "cvelib" ]; pythonImportsCheck = [ "cvelib" ]; passthru.tests.version = testers.testVersion { package = cve; }; Loading Loading
pkgs/development/python-modules/cvelib/default.nix +15 −20 Original line number Diff line number Diff line { lib , buildPythonPackage , click , cve , fetchFromGitHub , jsonschema , pytestCheckHook , pythonOlder , requests , setuptools , testers { lib, buildPythonPackage, click, cve, fetchFromGitHub, jsonschema, pytestCheckHook, pythonOlder, requests, setuptools, testers, }: buildPythonPackage rec { Loading @@ -31,9 +32,7 @@ buildPythonPackage rec { --replace-fail '"collective.checkdocs",' "" ''; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ click Loading @@ -41,13 +40,9 @@ buildPythonPackage rec { requests ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "cvelib" ]; pythonImportsCheck = [ "cvelib" ]; passthru.tests.version = testers.testVersion { package = cve; }; Loading