python3Packages.ha-xthings-cloud: init at 1.0.5
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
aiohttp,
|
||||
pyjwt,
|
||||
}:
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "ha-xthings-cloud";
|
||||
version = "1.0.5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "XthingsJacobs";
|
||||
repo = "ha-xthings-cloud";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-Qz/JOvOcT7GicqduNOi4r9F2xqtQLX9d8D1zQb5oAUo=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
pyjwt
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "ha_xthings_cloud" ];
|
||||
|
||||
meta = {
|
||||
description = "Async Python client for Xthings Cloud API";
|
||||
homepage = "https://github.com/XthingsJacobs/ha-xthings-cloud";
|
||||
changelog = "https://github.com/XthingsJacobs/ha-xthings-cloud/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.jamiemagee ];
|
||||
};
|
||||
})
|
||||
@@ -6974,6 +6974,8 @@ self: super: with self; {
|
||||
|
||||
ha-silabs-firmware-client = callPackage ../development/python-modules/ha-silabs-firmware-client { };
|
||||
|
||||
ha-xthings-cloud = callPackage ../development/python-modules/ha-xthings-cloud { };
|
||||
|
||||
habanero = callPackage ../development/python-modules/habanero { };
|
||||
|
||||
habiticalib = callPackage ../development/python-modules/habiticalib { };
|
||||
|
||||
Reference in New Issue
Block a user