python3Packages.proliphix: init at 0.5.0 (#436089)
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
pytestCheckHook,
|
||||
requests,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "proliphix";
|
||||
version = "0.5.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Tf6gTRofZXY6ikrXBARgp6grzZGQMjvN5njT+7SRZNQ=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [ requests ];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
pythonImportsCheck = [ "proliphix" ];
|
||||
|
||||
meta = {
|
||||
description = "API for Proliphix nt10e network thermostat";
|
||||
homepage = "https://github.com/sdague/proliphix";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.jamiemagee ];
|
||||
};
|
||||
}
|
||||
@@ -4614,7 +4614,8 @@
|
||||
]; # missing inputs: ProgettiHWSW
|
||||
"proliphix" =
|
||||
ps: with ps; [
|
||||
]; # missing inputs: proliphix
|
||||
proliphix
|
||||
];
|
||||
"prometheus" =
|
||||
ps: with ps; [
|
||||
prometheus-client
|
||||
|
||||
@@ -12030,6 +12030,8 @@ self: super: with self; {
|
||||
|
||||
progressbar33 = callPackage ../development/python-modules/progressbar33 { };
|
||||
|
||||
proliphix = callPackage ../development/python-modules/proliphix { };
|
||||
|
||||
prometheus-api-client = callPackage ../development/python-modules/prometheus-api-client { };
|
||||
|
||||
prometheus-async = callPackage ../development/python-modules/prometheus-async { };
|
||||
|
||||
Reference in New Issue
Block a user