Merge pull request #145901 from fabaff/bump-pyezviz
python3Packages.pyezviz: 0.1.9.4 -> 0.1.9.9
This commit is contained in:
commit
af42445ec9
1 changed files with 7 additions and 3 deletions
|
@ -11,14 +11,16 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyezviz";
|
pname = "pyezviz";
|
||||||
version = "0.1.9.4";
|
version = "0.1.9.9";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "baqs";
|
owner = "baqs";
|
||||||
repo = "pyEzviz";
|
repo = "pyEzviz";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-MS4icrTjjcPx3Pb8fpcKAd/JXWqknqp9wb4lQmRwFls=";
|
sha256 = "sha256-dhYzzsGNVS8qFymBhFWWacWBXVS7fZHZYtQTeTecYsk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -32,7 +34,9 @@ buildPythonPackage rec {
|
||||||
# Project has no tests. test_cam_rtsp.py is more a sample for using the module
|
# Project has no tests. test_cam_rtsp.py is more a sample for using the module
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
pythonImportsCheck = [ "pyezviz" ];
|
pythonImportsCheck = [
|
||||||
|
"pyezviz"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python interface for for Ezviz cameras";
|
description = "Python interface for for Ezviz cameras";
|
||||||
|
|
Loading…
Reference in a new issue