Loading pkgs/development/python-modules/flet-core/default.nix 0 → 100644 +35 −0 Original line number Diff line number Diff line { lib , python3 , buildPythonPackage , fetchPypi }: buildPythonPackage rec { pname = "flet-core"; version = "0.6.2"; format = "pyproject"; src = fetchPypi { pname = "flet_core"; inherit version; hash = "sha256-WMkm+47xhuYz1HsiPfF7YbOCg7Xlbj9oHI9nVtwAb/w="; }; nativeBuildInputs = with python3.pkgs; [ poetry-core ]; propagatedBuildInputs = with python3.pkgs; [ typing-extensions repath ]; doCheck = false; meta = { description = "The library is the foundation of Flet framework and is not intended to be used directly"; homepage = "https://flet.dev/"; license = lib.licenses.asl20; maintainers = [ lib.maintainers.heyimnova ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -3671,6 +3671,8 @@ self: super: with self; { fleep = callPackage ../development/python-modules/fleep { }; flet-core = callPackage ../development/python-modules/flet-core { }; flexmock = callPackage ../development/python-modules/flexmock { }; flickrapi = callPackage ../development/python-modules/flickrapi { }; Loading Loading
pkgs/development/python-modules/flet-core/default.nix 0 → 100644 +35 −0 Original line number Diff line number Diff line { lib , python3 , buildPythonPackage , fetchPypi }: buildPythonPackage rec { pname = "flet-core"; version = "0.6.2"; format = "pyproject"; src = fetchPypi { pname = "flet_core"; inherit version; hash = "sha256-WMkm+47xhuYz1HsiPfF7YbOCg7Xlbj9oHI9nVtwAb/w="; }; nativeBuildInputs = with python3.pkgs; [ poetry-core ]; propagatedBuildInputs = with python3.pkgs; [ typing-extensions repath ]; doCheck = false; meta = { description = "The library is the foundation of Flet framework and is not intended to be used directly"; homepage = "https://flet.dev/"; license = lib.licenses.asl20; maintainers = [ lib.maintainers.heyimnova ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -3671,6 +3671,8 @@ self: super: with self; { fleep = callPackage ../development/python-modules/fleep { }; flet-core = callPackage ../development/python-modules/flet-core { }; flexmock = callPackage ../development/python-modules/flexmock { }; flickrapi = callPackage ../development/python-modules/flickrapi { }; Loading