python3Packages.yalesmartalarmclient: 0.3.7 -> 0.3.8
This commit is contained in:
parent
29fd78747a
commit
5aa133e537
@ -3,17 +3,21 @@
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, requests
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "yalesmartalarmclient";
|
||||
version = "0.3.7";
|
||||
version = "0.3.8";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "domwillcode";
|
||||
repo = "yale-smart-alarm-client";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-LcHXw4rZhQ942EhiGrRTf3MpT7G5OFSX8QbpxVjvTTo=";
|
||||
sha256 = "sha256-CWL1uvmUGLaa2Ho0Ka4wTWstebhe1nQr9R821mweE60=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -24,7 +28,9 @@ buildPythonPackage rec {
|
||||
# Project has no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "yalesmartalarmclient" ];
|
||||
pythonImportsCheck = [
|
||||
"yalesmartalarmclient"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python module to interface with Yale Smart Alarm Systems";
|
||||
|
Loading…
Reference in New Issue
Block a user