14 buildPythonPackage rec {
19 disabled = pythonOlder "3.8";
21 src = fetchFromGitHub {
23 repo = "ollama-python";
24 rev = "refs/tags/v${version}";
25 hash = "sha256-hMNoWalUL+5FzmV5ICj7Zl6cTWzE6xGWfTf5++c36+E=";
29 substituteInPlace pyproject.toml \
30 --replace-fail "0.0.0" "${version}"
53 pythonImportsCheck = [
58 description = "Ollama Python library";
59 homepage = "https://github.com/ollama/ollama-python";
60 changelog = "https://github.com/ollama/ollama-python/releases/tag/v${version}";
61 license = licenses.mit;
62 maintainers = with maintainers; [ fab ];