Loading pkgs/development/python-modules/piccolo/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ typing-extensions, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "piccolo"; version = "1.31.0"; pyproject = true; Loading @@ -29,7 +29,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "piccolo-orm"; repo = "piccolo"; tag = version; tag = finalAttrs.version; hash = "sha256-ZREsvxj9fWNwbbO2erUchiXCuaFh9vziWQjdaJBl/QI="; }; Loading Loading @@ -59,7 +59,7 @@ buildPythonPackage rec { pytestCheckHook python-dateutil ] ++ lib.concatAttrValues optional-dependencies; ++ lib.flatten (builtins.attrValues finalAttrs.passthru.optional-dependencies); pythonImportsCheck = [ "piccolo" ]; Loading Loading @@ -99,8 +99,8 @@ buildPythonPackage rec { meta = { description = "ORM and query builder which supports asyncio"; homepage = "https://github.com/piccolo-orm/piccolo"; changelog = "https://github.com/piccolo-orm/piccolo/blob/${src.tag}/CHANGES.rst"; changelog = "https://github.com/piccolo-orm/piccolo/blob/${finalAttrs.src.tag}/CHANGES.rst"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/piccolo/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ typing-extensions, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "piccolo"; version = "1.31.0"; pyproject = true; Loading @@ -29,7 +29,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "piccolo-orm"; repo = "piccolo"; tag = version; tag = finalAttrs.version; hash = "sha256-ZREsvxj9fWNwbbO2erUchiXCuaFh9vziWQjdaJBl/QI="; }; Loading Loading @@ -59,7 +59,7 @@ buildPythonPackage rec { pytestCheckHook python-dateutil ] ++ lib.concatAttrValues optional-dependencies; ++ lib.flatten (builtins.attrValues finalAttrs.passthru.optional-dependencies); pythonImportsCheck = [ "piccolo" ]; Loading Loading @@ -99,8 +99,8 @@ buildPythonPackage rec { meta = { description = "ORM and query builder which supports asyncio"; homepage = "https://github.com/piccolo-orm/piccolo"; changelog = "https://github.com/piccolo-orm/piccolo/blob/${src.tag}/CHANGES.rst"; changelog = "https://github.com/piccolo-orm/piccolo/blob/${finalAttrs.src.tag}/CHANGES.rst"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })