python3Packages.aiocomelit: 2.0.4 -> 2.0.7
Diff: https://github.com/chemelli74/aiocomelit/compare/v2.0.4...v2.0.7 Changelog: https://github.com/chemelli74/aiocomelit/blob/v2.0.7/CHANGELOG.md
This commit is contained in:
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" ];
|
||||
|
||||
Reference in New Issue
Block a user