python313Packages.tagoio-sdk: modernize

This commit is contained in:
Fabian Affolter
2025-09-20 10:17:41 +02:00
parent f7f6c96ea7
commit 6dc8602fea
@@ -3,21 +3,20 @@
aiohttp,
buildPythonPackage,
fetchFromGitHub,
poetry-core,
hatchling,
pytestCheckHook,
python-dateutil,
python-socketio,
pythonOlder,
requests,
requests-mock,
requests-toolbelt,
sseclient-py,
}:
buildPythonPackage rec {
pname = "tagoio-sdk";
version = "5.0.3";
format = "pyproject";
disabled = pythonOlder "3.9";
pyproject = true;
src = fetchFromGitHub {
owner = "tago-io";
@@ -28,15 +27,15 @@ buildPythonPackage rec {
pythonRelaxDeps = [ "requests" ];
nativeBuildInputs = [
poetry-core
];
build-system = [ hatchling ];
propagatedBuildInputs = [
dependencies = [
aiohttp
python-dateutil
python-socketio
requests
requests-toolbelt
sseclient-py
];
nativeCheckInputs = [