python3Packages.electrickiwi-api: init at 0.9.14 (#432678)
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
lib,
|
||||
aiohttp,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
poetry-core,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "electrickiwi-api";
|
||||
version = "0.9.14";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mikey0000";
|
||||
repo = "EK-API";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-UXweOz5olwx3ZI2M7eI1n729tqfLiWszV2zTWbrA9CM=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
dependencies = [ aiohttp ];
|
||||
|
||||
pythonImportsCheck = [ "electrickiwi_api" ];
|
||||
|
||||
# Tests require authentication credentials
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "Python library for interfacing with the Electric Kiwi power company API";
|
||||
homepage = "https://github.com/mikey0000/EK-API";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = [ lib.maintainers.jamiemagee ];
|
||||
};
|
||||
}
|
||||
@@ -1424,7 +1424,8 @@
|
||||
];
|
||||
"electric_kiwi" =
|
||||
ps: with ps; [
|
||||
]; # missing inputs: electrickiwi-api
|
||||
electrickiwi-api
|
||||
];
|
||||
"elevenlabs" =
|
||||
ps: with ps; [
|
||||
elevenlabs
|
||||
@@ -7058,6 +7059,7 @@
|
||||
"eheimdigital"
|
||||
"eight_sleep"
|
||||
"electrasmart"
|
||||
"electric_kiwi"
|
||||
"elevenlabs"
|
||||
"elgato"
|
||||
"elkm1"
|
||||
|
||||
@@ -4581,6 +4581,8 @@ self: super: with self; {
|
||||
|
||||
elasticsearchdsl = self.elasticsearch-dsl;
|
||||
|
||||
electrickiwi-api = callPackage ../development/python-modules/electrickiwi-api { };
|
||||
|
||||
electrum-aionostr = callPackage ../development/python-modules/electrum-aionostr { };
|
||||
|
||||
electrum-ecc = callPackage ../development/python-modules/electrum-ecc { };
|
||||
|
||||
Reference in New Issue
Block a user