python3Packages.pysmarlaapi: init at 0.8.2
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
aiohttp,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
flit-core,
|
||||
jsonpickle,
|
||||
lib,
|
||||
pysignalr,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pysmarlaapi";
|
||||
version = "0.8.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Explicatis-GmbH";
|
||||
repo = "pysmarlaapi";
|
||||
tag = version;
|
||||
hash = "sha256-R+LoMXd+8I16ARgEz5us6VSRa64Ov4VKZ4KysTApk7c=";
|
||||
};
|
||||
|
||||
build-system = [ flit-core ];
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
jsonpickle
|
||||
pysignalr
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pysmarlaapi" ];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/Explicatis-GmbH/pysmarlaapi/releases/tag/${src.tag}";
|
||||
description = "Swing2Sleep Smarla API";
|
||||
homepage = "https://github.com/Explicatis-GmbH/pysmarlaapi";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dotlambda ];
|
||||
};
|
||||
}
|
||||
@@ -13662,6 +13662,8 @@ self: super: with self; {
|
||||
|
||||
pysmappee = callPackage ../development/python-modules/pysmappee { };
|
||||
|
||||
pysmarlaapi = callPackage ../development/python-modules/pysmarlaapi { };
|
||||
|
||||
pysmart = callPackage ../development/python-modules/pysmart { };
|
||||
|
||||
pysmartapp = callPackage ../development/python-modules/pysmartapp { };
|
||||
|
||||
Reference in New Issue
Block a user