Loading pkgs/development/python-modules/langchain-text-splitters/default.nix +20 −14 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, fetchFromGitHub, poetry-core, langchain-core, lxml, pytest-asyncio, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { pname = "langchain-text-splitters"; version = "0.0.2"; version = "0.2.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { pname = "langchain_text_splitters"; inherit version; hash = "sha256-rIkn3AugjrpwL2lhye19986tjeGan3EBqyteo0IBs8E="; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; rev = "refs/tags/langchain-text-splitters==${version}"; hash = "sha256-QrgZ0j/YdOgEgLeQNSKjOIwqdr/Izuw9Gh6eKQ/00tQ="; }; build-system = [ poetry-core ]; sourceRoot = "${src.name}/libs/text-splitters"; dependencies = [ langchain-core lxml ]; build-system = [ poetry-core ]; # PyPI source does not have tests doCheck = false; dependencies = [ langchain-core ]; pythonImportsCheck = [ "langchain_text_splitters" ]; nativeCheckInputs = [ pytest-asyncio pytestCheckHook ]; pytestFlagsArray = [ "tests/unit_tests" ]; passthru = { inherit (langchain-core) updateScript; }; Loading @@ -40,6 +45,7 @@ buildPythonPackage rec { meta = with lib; { description = "Build context-aware reasoning applications"; homepage = "https://github.com/langchain-ai/langchain/tree/master/libs/text-splitters"; changelog = "https://github.com/langchain-ai/langchain/releases/tag/${src.rev}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/langchain-text-splitters/default.nix +20 −14 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, fetchFromGitHub, poetry-core, langchain-core, lxml, pytest-asyncio, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { pname = "langchain-text-splitters"; version = "0.0.2"; version = "0.2.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { pname = "langchain_text_splitters"; inherit version; hash = "sha256-rIkn3AugjrpwL2lhye19986tjeGan3EBqyteo0IBs8E="; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; rev = "refs/tags/langchain-text-splitters==${version}"; hash = "sha256-QrgZ0j/YdOgEgLeQNSKjOIwqdr/Izuw9Gh6eKQ/00tQ="; }; build-system = [ poetry-core ]; sourceRoot = "${src.name}/libs/text-splitters"; dependencies = [ langchain-core lxml ]; build-system = [ poetry-core ]; # PyPI source does not have tests doCheck = false; dependencies = [ langchain-core ]; pythonImportsCheck = [ "langchain_text_splitters" ]; nativeCheckInputs = [ pytest-asyncio pytestCheckHook ]; pytestFlagsArray = [ "tests/unit_tests" ]; passthru = { inherit (langchain-core) updateScript; }; Loading @@ -40,6 +45,7 @@ buildPythonPackage rec { meta = with lib; { description = "Build context-aware reasoning applications"; homepage = "https://github.com/langchain-ai/langchain/tree/master/libs/text-splitters"; changelog = "https://github.com/langchain-ai/langchain/releases/tag/${src.rev}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading