python314Packages.pykoplenti: 1.4.0 -> 1.5.0
Changelog: https://github.com/stegm/pykoplenti/releases/tag/v1.5.0
This commit is contained in:
@@ -7,28 +7,26 @@
|
||||
prompt-toolkit,
|
||||
pycryptodome,
|
||||
pydantic,
|
||||
setuptools,
|
||||
hatchling,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pykoplenti";
|
||||
version = "1.4.0";
|
||||
version = "1.5.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "stegm";
|
||||
repo = "pykoplenti";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-vsqbjNj5x7X0VGbTq+CdZ9rPXVDypBkgaCI6MImloLo=";
|
||||
hash = "sha256-Mwh6QOdsvf32U09ebleEKL7vt3xz8tjiftVVxKL/lO4=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "pydantic" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
build-system = [ hatchling ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
aiohttp
|
||||
pycryptodome
|
||||
pydantic
|
||||
@@ -48,10 +46,10 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Python REST client API for Kostal Plenticore Inverters";
|
||||
mainProgram = "pykoplenti";
|
||||
homepage = "https://github.com/stegm/pykoplenti/";
|
||||
changelog = "https://github.com/stegm/pykoplenti/releases/tag/v${version}";
|
||||
license = with lib.licenses; [ asl20 ];
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "pykoplenti";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user