Loading pkgs/development/python-modules/polyfactory/default.nix 0 → 100644 +56 −0 Original line number Diff line number Diff line { buildPythonPackage, lib, fetchPypi, hatchling, hypothesis, faker, msgspec, sqlalchemy, aiosqlite, typing-extensions, pymongo, pytest-asyncio, pydantic, pytestCheckHook, email-validator, }: buildPythonPackage rec { pname = "polyfactory"; version = "2.18.0"; pyproject = true; src = fetchPypi { inherit version pname; hash = "sha256-BNi01JhuQGzUwWzAHou3Rwg4QtV6XA26Y6Ie5e91umY="; }; build-system = [ hatchling ]; dependencies = [ faker typing-extensions hypothesis pydantic sqlalchemy msgspec pymongo aiosqlite email-validator ]; nativeCheckInputs = [ pytestCheckHook pytest-asyncio ]; meta = { homepage = "https://polyfactory.litestar.dev/"; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ bot-wxt1221 ]; changelog = "https://github.com/litestar-org/polyfactory/releases/tag/v${version}"; description = "Simple and powerful factories for mock data generation"; license = lib.licenses.mit; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -10731,6 +10731,8 @@ self: super: with self; { polyline = callPackage ../development/python-modules/polyline { }; polyfactory = callPackage ../development/python-modules/polyfactory { }; polygon3 = callPackage ../development/python-modules/polygon3 { }; polyswarm-api = callPackage ../development/python-modules/polyswarm-api { }; Loading Loading
pkgs/development/python-modules/polyfactory/default.nix 0 → 100644 +56 −0 Original line number Diff line number Diff line { buildPythonPackage, lib, fetchPypi, hatchling, hypothesis, faker, msgspec, sqlalchemy, aiosqlite, typing-extensions, pymongo, pytest-asyncio, pydantic, pytestCheckHook, email-validator, }: buildPythonPackage rec { pname = "polyfactory"; version = "2.18.0"; pyproject = true; src = fetchPypi { inherit version pname; hash = "sha256-BNi01JhuQGzUwWzAHou3Rwg4QtV6XA26Y6Ie5e91umY="; }; build-system = [ hatchling ]; dependencies = [ faker typing-extensions hypothesis pydantic sqlalchemy msgspec pymongo aiosqlite email-validator ]; nativeCheckInputs = [ pytestCheckHook pytest-asyncio ]; meta = { homepage = "https://polyfactory.litestar.dev/"; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ bot-wxt1221 ]; changelog = "https://github.com/litestar-org/polyfactory/releases/tag/v${version}"; description = "Simple and powerful factories for mock data generation"; license = lib.licenses.mit; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -10731,6 +10731,8 @@ self: super: with self; { polyline = callPackage ../development/python-modules/polyline { }; polyfactory = callPackage ../development/python-modules/polyfactory { }; polygon3 = callPackage ../development/python-modules/polygon3 { }; polyswarm-api = callPackage ../development/python-modules/polyswarm-api { }; Loading