mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
python3Packages.pywilight: 0.0.70 -> 0.0.73
This commit is contained in:
parent
49d15c3e29
commit
ea3191eacf
@ -3,15 +3,19 @@
|
||||
, fetchPypi
|
||||
, ifaddr
|
||||
, requests
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pywilight";
|
||||
version = "0.0.70";
|
||||
version = "0.0.73";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-PLahGx75oEp4NIZB9PVRdA3cLBxhQsHTsnquy7WSEC8=";
|
||||
sha256 = "sha256-8AYzAePLqCiz/EN6cJShGnrISijBpFHAU/u355f5IjY=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -19,9 +23,12 @@ buildPythonPackage rec {
|
||||
requests
|
||||
];
|
||||
|
||||
# no tests are present
|
||||
# Module has no tests
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "pywilight" ];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"pywilight"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python API for WiLight device";
|
||||
|
Loading…
Reference in New Issue
Block a user