python313Packages.pypoolstation: modernize

This commit is contained in:
Fabian Affolter
2025-12-17 11:08:13 +01:00
committed by GitHub
parent 41d1fab811
commit ea248acec0
@@ -6,24 +6,21 @@
fetchPypi,
importlib-metadata,
poetry-core,
pythonOlder,
}:
buildPythonPackage rec {
pname = "pypoolstation";
version = "0.5.8";
format = "pyproject";
disabled = pythonOlder "3.7";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-GIRx66esht82tKBJDhCDrwPkxsdBPi1w9tSQ7itF0qQ=";
};
nativeBuildInputs = [ poetry-core ];
build-system = [ poetry-core ];
propagatedBuildInputs = [
dependencies = [
aiohttp
backoff
importlib-metadata