Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -19585,6 +19585,12 @@ github = "yanganto"; githubId = 10803111; }; yannip = { email = "yPapandreou7@gmail.com"; github = "YanniPapandreou"; githubId = 15948162; name = "Yanni Papandreou"; }; yarny = { github = "Yarny0"; githubId = 41838844; Loading pkgs/development/python-modules/textual-dev/default.nix 0 → 100644 +59 −0 Original line number Diff line number Diff line { lib , aiohttp , buildPythonPackage , click , fetchFromGitHub , msgpack , poetry-core , pytest-aiohttp , pytestCheckHook , pythonOlder , textual , time-machine , typing-extensions }: buildPythonPackage rec { pname = "textual-dev"; version = "1.2.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "Textualize"; repo = "textual-dev"; # we use rev instead of tag since upstream doesn't use tags rev = "6afa9013a42cb18e9105e49d6a56874097f7c812"; hash = "sha256-ef35389ZMU/zih7Se3KkMGECf5o2i5y6up64/1AECas="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp click msgpack textual typing-extensions ]; nativeCheckInputs = [ pytest-aiohttp pytestCheckHook time-machine ]; pythonImportsCheck = [ "textual_dev" ]; meta = with lib; { description = "Development tools for Textual"; homepage = "https://github.com/Textualize/textual-dev"; license = licenses.mit; maintainers = with maintainers; [ yannip ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -13874,6 +13874,8 @@ self: super: with self; { textual = callPackage ../development/python-modules/textual { }; textual-dev = callPackage ../development/python-modules/textual-dev { }; textual-universal-directorytree = callPackage ../development/python-modules/textual-universal-directorytree { }; testbook = callPackage ../development/python-modules/testbook { }; Loading Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -19585,6 +19585,12 @@ github = "yanganto"; githubId = 10803111; }; yannip = { email = "yPapandreou7@gmail.com"; github = "YanniPapandreou"; githubId = 15948162; name = "Yanni Papandreou"; }; yarny = { github = "Yarny0"; githubId = 41838844; Loading
pkgs/development/python-modules/textual-dev/default.nix 0 → 100644 +59 −0 Original line number Diff line number Diff line { lib , aiohttp , buildPythonPackage , click , fetchFromGitHub , msgpack , poetry-core , pytest-aiohttp , pytestCheckHook , pythonOlder , textual , time-machine , typing-extensions }: buildPythonPackage rec { pname = "textual-dev"; version = "1.2.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "Textualize"; repo = "textual-dev"; # we use rev instead of tag since upstream doesn't use tags rev = "6afa9013a42cb18e9105e49d6a56874097f7c812"; hash = "sha256-ef35389ZMU/zih7Se3KkMGECf5o2i5y6up64/1AECas="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp click msgpack textual typing-extensions ]; nativeCheckInputs = [ pytest-aiohttp pytestCheckHook time-machine ]; pythonImportsCheck = [ "textual_dev" ]; meta = with lib; { description = "Development tools for Textual"; homepage = "https://github.com/Textualize/textual-dev"; license = licenses.mit; maintainers = with maintainers; [ yannip ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -13874,6 +13874,8 @@ self: super: with self; { textual = callPackage ../development/python-modules/textual { }; textual-dev = callPackage ../development/python-modules/textual-dev { }; textual-universal-directorytree = callPackage ../development/python-modules/textual-universal-directorytree { }; testbook = callPackage ../development/python-modules/testbook { }; Loading