···44 fetchPypi,
55 httpx,
66 pythonOlder,
77+ setuptools,
78}:
89910buildPythonPackage rec {
1010- pname = "iotawattpy";
1111- version = "0.1.0";
1212- format = "setuptools";
1111+ pname = "ha-iotawattpy";
1212+ version = "0.1.2";
1313+ pyproject = true;
13141415 disabled = pythonOlder "3.8";
15161617 src = fetchPypi {
1718 inherit pname version;
1818- sha256 = "1pyxm87lvd6zy0rx7r9jivk2li267r3xr0b9p6vf0v0vp9fmgsw3";
1919+ hash = "sha256-eMsBEbmENjbJME9Gzo4O9LbGo1i0MP0IuwLUAYqxbI8=";
1920 };
2121+2222+ build-system = [ setuptools ];
20232124 propagatedBuildInputs = [ httpx ];
2225···2730 pythonImportsCheck = [ "iotawattpy" ];
28312932 meta = with lib; {
3030- description = "Python interface for the IoTaWatt device";
3333+ description = "Python library for the IoTaWatt Energy device";
3134 homepage = "https://github.com/gtdiehl/iotawattpy";
3235 license = licenses.gpl3Plus;
3336 maintainers = with maintainers; [ fab ];
+1
pkgs/top-level/python-aliases.nix
···338338 imgaug = throw "imgaug has been removed as it is no longer maintained"; # added 2023-07-10
339339 imgtool = throw "imgtool has been promoted to a top-level attribute name: `mcuboot-imgtool`"; # added 2024-10-09
340340 intreehook = throw "intreehooks has been removed because it is obsolete as a backend-path key was added to PEP 517"; # added 2023-04-11
341341+ iotawattpy = ha-iotawattpy; # added 2025-07-06
341342 ipaddress = throw "ipaddress has been removed because it is no longer required since python 2.7."; # added 2022-05-30
342343 ipdbplugin = throw "ipdbplugin has been removed because it has no longer maintained for 6 years"; # added 2024-05-21
343344 ipython_genutils = ipython-genutils; # added 2023-10-12