mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
python3Packages.sense-energy: 0.9.2 -> 0.9.3
This commit is contained in:
parent
53edfe1d1c
commit
0c59377977
@ -9,13 +9,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sense-energy";
|
pname = "sense-energy";
|
||||||
version = "0.9.2";
|
version = "0.9.3";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "scottbonline";
|
owner = "scottbonline";
|
||||||
repo = "sense";
|
repo = "sense";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-XZvx/GWpz49dsiY9pgMfX+6gUfWA8q6IpnzmCRPFHus=";
|
sha256 = "sha256-LUM7SP03U3mRxCTjgxPRXh/ZLz15R04zBWOxLKnan98=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -28,7 +29,9 @@ buildPythonPackage rec {
|
|||||||
# no tests implemented
|
# no tests implemented
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
pythonImportsCheck = [ "sense_energy" ];
|
pythonImportsCheck = [
|
||||||
|
"sense_energy"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "API for the Sense Energy Monitor";
|
description = "API for the Sense Energy Monitor";
|
||||||
|
Loading…
Reference in New Issue
Block a user