Robert Schütz
2026-06-19 14:26:58 -07:00
committed by Martin Weinelt
parent a98436bf23
commit 2e2f2cf6ed
@@ -1,40 +1,42 @@
{
lib,
aiohttp,
aioresponses,
anyio,
buildPythonPackage,
colorlog,
fetchFromGitHub,
orjson,
pint,
pytest-cov-stub,
pytestCheckHook,
setuptools,
writableTmpDirAsHomeHook,
}:
buildPythonPackage (finalAttrs: {
pname = "aiocomelit";
version = "2.0.4";
version = "2.0.7";
pyproject = true;
src = fetchFromGitHub {
owner = "chemelli74";
repo = "aiocomelit";
tag = "v${finalAttrs.version}";
hash = "sha256-E5hI3PGNmJxly5RvOsV4DsGxOLsdfYppcMSTcoX0ohQ=";
hash = "sha256-T48aRtuF9eNrW5L97CGkjc2PCdRzbuGCvhdWCuqe7yk=";
};
build-system = [ setuptools ];
dependencies = [
aiohttp
colorlog
orjson
pint
];
nativeCheckInputs = [
pytest-cov-stub
aioresponses
anyio
pytestCheckHook
writableTmpDirAsHomeHook
];
pythonImportsCheck = [ "aiocomelit" ];