retool: unstable-2023-08-24 -> 2.02.2-unstable-2024-03-17

This commit is contained in:
Thiago Kenji Okada 2024-03-22 18:10:23 +00:00
parent cc614f97f0
commit 6588a7e950

View File

@ -7,30 +7,25 @@
python3.pkgs.buildPythonApplication { python3.pkgs.buildPythonApplication {
pname = "retool"; pname = "retool";
version = "unstable-2023-08-24"; version = "2.02.2-unstable-2024-03-17";
format = "pyproject"; pyproject = true;
disabled = python3.pkgs.pythonOlder "3.10"; disabled = python3.pkgs.pythonOlder "3.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "unexpectedpanda"; owner = "unexpectedpanda";
repo = "retool"; repo = "retool";
rev = "d8acdb960d35b5a6b01d7dc66b7e40b3ec451301"; rev = "30d547c7d04b8cbf7710b2037388bf18a00a0c22";
hash = "sha256-6y/7RR7O2xYKXdxaFtkRfnSlwygp/LRDUozUJo6ue7s="; hash = "sha256-5Tmi3eVJh9STP9A0dDNPDs4SlIWHw8sk+g1GgpnmqeE=";
}; };
nativeBuildInputs = with python3.pkgs; [ nativeBuildInputs = with python3.pkgs; [
poetry-core hatchling
pythonRelaxDepsHook
qt6.wrapQtAppsHook qt6.wrapQtAppsHook
]; ];
pythonRelaxDeps = true; pythonRelaxDeps = true;
# ERROR: Could not find a version that satisfies the requirement PySide6 (from retool) (from versions: none)
# ERROR: No matching distribution found for PySide6
pythonRemoveDeps = [ "PySide6" ];
buildInputs = [ buildInputs = [
qt6.qtbase qt6.qtbase
] ++ ] ++
@ -40,11 +35,12 @@ python3.pkgs.buildPythonApplication {
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [
alive-progress alive-progress
darkdetect
lxml lxml
psutil psutil
validators
pyside6 pyside6
strictyaml strictyaml
validators
]; ];
# Upstream has no tests # Upstream has no tests