Merge pull request #281048 from iynaix/bump-rclip
rclip: 1.7.6 -> 1.7.24
This commit is contained in:
commit
ae2b1e72fd
@ -4,14 +4,14 @@
|
|||||||
}:
|
}:
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "rclip";
|
pname = "rclip";
|
||||||
version = "1.7.6";
|
version = "1.7.24";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "yurijmikhalevich";
|
owner = "yurijmikhalevich";
|
||||||
repo = "rclip";
|
repo = "rclip";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-lWaWq+dcAa/2pONka4xRpixqDuL6iYDF46vCyCmVWwE=";
|
hash = "sha256-JWtKgvSP7oaPg19vWnnCDfm7P5Uew+v9yuvH7y2eHHM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3Packages; [
|
nativeBuildInputs = with python3Packages; [
|
||||||
@ -27,7 +27,9 @@ python3Packages.buildPythonApplication rec {
|
|||||||
tqdm
|
tqdm
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = with python3Packages; [ pytestCheckHook ];
|
nativeCheckInputs = with python3Packages; [ pytestCheckHook pythonRelaxDepsHook ];
|
||||||
|
|
||||||
|
pythonRelaxDeps = [ "torch" "torchvision" ];
|
||||||
|
|
||||||
pythonImportsCheck = [ "rclip" ];
|
pythonImportsCheck = [ "rclip" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user