python3Packages.boschshcpy: 0.2.23 -> 0.2.24

This commit is contained in:
Fabian Affolter 2021-11-27 12:12:14 +01:00
parent 320197ed13
commit d5d4aa2237

View file

@ -10,14 +10,16 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "boschshcpy"; pname = "boschshcpy";
version = "0.2.23"; version = "0.2.24";
format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tschamm"; owner = "tschamm";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-1mqxtL/9OFg3r+5/dkZlH4qRvRHsHMqHvYPEfCjSrr4="; sha256 = "sha256-hvanimPWTKzOHRwJhynzO/4Z1jGlLopk4ogU3KHTEyc=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -30,7 +32,9 @@ buildPythonPackage rec {
# Project has no tests # Project has no tests
doCheck = false; doCheck = false;
pythonImportsCheck = [ "boschshcpy" ]; pythonImportsCheck = [
"boschshcpy"
];
meta = with lib; { meta = with lib; {
description = "Python module to work with the Bosch Smart Home Controller API"; description = "Python module to work with the Bosch Smart Home Controller API";