mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
python310Packages.pyrisco: 0.5.6 -> 0.5.7
Diff: https://github.com/OnFreund/pyrisco/compare/v0.5.6...v0.5.7
This commit is contained in:
parent
cf9ada0103
commit
723441e033
@ -7,21 +7,26 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyrisco";
|
||||
version = "0.5.6";
|
||||
version = "0.5.7";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "OnFreund";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-jhThPU4wlujZVC9v/8JSRFxC0LlJedFevOENdRHidV8=";
|
||||
hash = "sha256-ySFHB+PZmjsqKJQrfFoupylowsOiV5B2feHX7nF8dUA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ aiohttp ];
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
];
|
||||
|
||||
# Project has no tests
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "pyrisco" ];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"pyrisco"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python interface to Risco alarm systems through Risco Cloud";
|
||||
|
Loading…
Reference in New Issue
Block a user