harlequin: 1.25.2-unstable-2024-12-30 -> 2.0.0

This commit is contained in:
pcboy 2025-01-23 20:02:35 +09:00
parent 27ce43e082
commit bd713ce01b
No known key found for this signature in database

View File

@ -5,19 +5,20 @@
fetchFromGitHub,
nix-update-script,
glibcLocales,
versionCheckHook,
withPostgresAdapter ? true,
withBigQueryAdapter ? true,
}:
python3Packages.buildPythonApplication rec {
pname = "harlequin";
version = "1.25.2-unstable-2024-12-30";
version = "2.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tconbeer";
repo = "harlequin";
rev = "7ef5327157c7617c1032c9128b487b32d1c91fea";
hash = "sha256-QoIjEfQgN6YWDDor4PxfeFkkFGAidUC0ZvHy+PqgnWs=";
tag = "v${version}";
hash = "sha256-IUzN+rWL69TUUS9npcmfSAPqy/8SYNusNAN/muCMqNI=";
};
pythonRelaxDeps = [
@ -65,15 +66,11 @@ python3Packages.buildPythonApplication rec {
export HOME=$(mktemp -d)
'';
nativeCheckInputs =
[
# FIX: restore on next release
# versionCheckHook
]
++ (with python3Packages; [
pytest-asyncio
pytestCheckHook
]);
nativeCheckInputs = with python3Packages; [
pytest-asyncio
pytestCheckHook
versionCheckHook
];
disabledTests =
[