mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 04:08:24 +00:00
oterm: 0.1.18 -> 0.1.21
Diff: https://github.com/ggozad/oterm/compare/refs/tags/0.1.18...0.1.21 Changelog: https://github.com/ggozad/oterm/releases/tag/0.1.21
This commit is contained in:
parent
e9780ce6c6
commit
3528c59926
@ -5,14 +5,19 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "oterm";
|
||||
version = "0.1.18";
|
||||
version = "0.1.21";
|
||||
pyproject = true;
|
||||
src = fetchFromGitHub {
|
||||
owner = "ggozad";
|
||||
repo = "oterm";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-hog0oEiZMxM3lM3xFZ+c15OTOwGXZ97FmG4PpyA94Ys=";
|
||||
hash = "sha256-S6v7VDIGPu6UDbDe0H3LWF6IN0Z6ENmiCDxz+GuCibI=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"pillow"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
textual
|
||||
typer
|
||||
@ -23,8 +28,18 @@ python3Packages.buildPythonApplication rec {
|
||||
pyperclip
|
||||
packaging
|
||||
rich-pixels
|
||||
pillow
|
||||
aiohttp
|
||||
];
|
||||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
poetry-core
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"oterm"
|
||||
];
|
||||
nativeBuildInputs = with python3Packages; [ poetry-core ];
|
||||
|
||||
# Tests require a HTTP connection to ollama
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user