Loading pkgs/development/python-modules/certbot/default.nix +9 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, python, runCommand, Loading @@ -19,6 +20,7 @@ pytest-xdist, pytestCheckHook, python-dateutil, writeShellScriptBin, }: buildPythonPackage rec { Loading Loading @@ -59,6 +61,11 @@ buildPythonPackage rec { python-dateutil pytestCheckHook pytest-xdist ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ (writeShellScriptBin "sw_vers" '' echo 'ProductVersion: 13.0' '') ]; pytestFlags = [ Loading @@ -71,6 +78,8 @@ buildPythonPackage rec { "test_lock_order" ]; __darwinAllowLocalNetworking = true; makeWrapperArgs = [ "--prefix PATH : ${dialog}/bin" ]; # certbot.withPlugins has a similar calling convention as python*.withPackages Loading pkgs/development/python-modules/josepy/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "josepy"; version = "2.1.0"; version = "2.2.0"; pyproject = true; src = fetchFromGitHub { owner = "certbot"; repo = "josepy"; tag = "v${version}"; hash = "sha256-gXXsipvlxLs/dc0rjnaKlR4lySDfDfpo0tcSVrOz9P4="; hash = "sha256-3YzcXdzwf5elkEJeCn4wBb987HTrYM5tT2XfOQIpZ9Q="; }; build-system = [ poetry-core ]; Loading Loading
pkgs/development/python-modules/certbot/default.nix +9 −0 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, python, runCommand, Loading @@ -19,6 +20,7 @@ pytest-xdist, pytestCheckHook, python-dateutil, writeShellScriptBin, }: buildPythonPackage rec { Loading Loading @@ -59,6 +61,11 @@ buildPythonPackage rec { python-dateutil pytestCheckHook pytest-xdist ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ (writeShellScriptBin "sw_vers" '' echo 'ProductVersion: 13.0' '') ]; pytestFlags = [ Loading @@ -71,6 +78,8 @@ buildPythonPackage rec { "test_lock_order" ]; __darwinAllowLocalNetworking = true; makeWrapperArgs = [ "--prefix PATH : ${dialog}/bin" ]; # certbot.withPlugins has a similar calling convention as python*.withPackages Loading
pkgs/development/python-modules/josepy/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "josepy"; version = "2.1.0"; version = "2.2.0"; pyproject = true; src = fetchFromGitHub { owner = "certbot"; repo = "josepy"; tag = "v${version}"; hash = "sha256-gXXsipvlxLs/dc0rjnaKlR4lySDfDfpo0tcSVrOz9P4="; hash = "sha256-3YzcXdzwf5elkEJeCn4wBb987HTrYM5tT2XfOQIpZ9Q="; }; build-system = [ poetry-core ]; Loading