Loading pkgs/development/python-modules/pyramid-multiauth/default.nix +11 −7 Original line number Diff line number Diff line Loading @@ -3,8 +3,9 @@ buildPythonPackage, fetchFromGitHub, pyramid, unittestCheckHook, pytestCheckHook, setuptools, setuptools-scm, }: buildPythonPackage rec { Loading @@ -19,17 +20,20 @@ buildPythonPackage rec { hash = "sha256-Bz53iCGsl6WZASIvBQ1pFfcGLra82vA2OLWjhLVdkrw="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools setuptools-scm ]; propagatedBuildInputs = [ pyramid ]; dependencies = [ pyramid ]; nativeCheckInputs = [ unittestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { meta = { changelog = "https://github.com/mozilla-services/pyramid_multiauth/releases/tag/${version}"; description = "Authentication policy for Pyramid that proxies to a stack of other authentication policies"; homepage = "https://github.com/mozilla-services/pyramid_multiauth"; license = licenses.mpl20; maintainers = [ ]; license = lib.licenses.mpl20; maintainers = with lib.maintainers; [ bot-wxt1221 ]; }; } Loading
pkgs/development/python-modules/pyramid-multiauth/default.nix +11 −7 Original line number Diff line number Diff line Loading @@ -3,8 +3,9 @@ buildPythonPackage, fetchFromGitHub, pyramid, unittestCheckHook, pytestCheckHook, setuptools, setuptools-scm, }: buildPythonPackage rec { Loading @@ -19,17 +20,20 @@ buildPythonPackage rec { hash = "sha256-Bz53iCGsl6WZASIvBQ1pFfcGLra82vA2OLWjhLVdkrw="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools setuptools-scm ]; propagatedBuildInputs = [ pyramid ]; dependencies = [ pyramid ]; nativeCheckInputs = [ unittestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { meta = { changelog = "https://github.com/mozilla-services/pyramid_multiauth/releases/tag/${version}"; description = "Authentication policy for Pyramid that proxies to a stack of other authentication policies"; homepage = "https://github.com/mozilla-services/pyramid_multiauth"; license = licenses.mpl20; maintainers = [ ]; license = lib.licenses.mpl20; maintainers = with lib.maintainers; [ bot-wxt1221 ]; }; }