Merge pull request #156364 from fabaff/bump-pynuki
python3Packages.pynuki: 1.4.1 -> 1.5.2
This commit is contained in:
@@ -3,27 +3,37 @@
|
||||
, fetchFromGitHub
|
||||
, poetry-core
|
||||
, requests
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pynuki";
|
||||
version = "1.4.1";
|
||||
version = "1.5.2";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pschmitt";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1nymlrf0j430851plp355697p55asfxjmavdh2zr96b16d41dnn4";
|
||||
hash = "sha256-Uqw1Xa0pBQmQsFEBv/l1gtsPy+owYcTZITOYUmMvT5Y=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
nativeBuildInputs = [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ requests ];
|
||||
propagatedBuildInputs = [
|
||||
requests
|
||||
];
|
||||
|
||||
# Project has no tests
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "pynuki" ];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"pynuki"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python bindings for nuki.io bridges";
|
||||
|
||||
Reference in New Issue
Block a user