Merge pull request #142057 from fabaff/rename-airthings
This commit is contained in:
commit
de3b15f0ac
@ -7,7 +7,7 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "airthings";
|
||||
pname = "airthings-cloud";
|
||||
version = "0.0.1";
|
||||
format = "setuptools";
|
||||
|
@ -19,7 +19,7 @@
|
||||
"air_quality" = ps: with ps; [ ];
|
||||
"airly" = ps: with ps; [ airly ];
|
||||
"airnow" = ps: with ps; [ pyairnow ];
|
||||
"airthings" = ps: with ps; [ ]; # missing inputs: airthings_cloud
|
||||
"airthings" = ps: with ps; [ airthings-cloud ];
|
||||
"airtouch4" = ps: with ps; [ ]; # missing inputs: airtouch4pyapi
|
||||
"airvisual" = ps: with ps; [ pyairvisual ];
|
||||
"aladdin_connect" = ps: with ps; [ aladdin-connect ];
|
||||
|
@ -214,6 +214,7 @@ in with py.pkgs; buildPythonApplication rec {
|
||||
"air_quality"
|
||||
"airly"
|
||||
"airnow"
|
||||
"airthings"
|
||||
"airvisual"
|
||||
"alarm_control_panel"
|
||||
"alarmdecoder"
|
||||
|
@ -405,7 +405,7 @@ in {
|
||||
|
||||
airly = callPackage ../development/python-modules/airly { };
|
||||
|
||||
airthings = callPackage ../development/python-modules/airthings { };
|
||||
airthings-cloud = callPackage ../development/python-modules/airthings-cloud { };
|
||||
|
||||
ajpy = callPackage ../development/python-modules/ajpy { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user