13 buildPythonPackage rec {
14 pname = "motioneye-client";
18 disabled = pythonOlder "3.8";
20 src = fetchFromGitHub {
21 owner = "dermotduffy";
24 sha256 = "sha256-vEB9ztz0RTGoolFUVQcMV7DUthCEAx1kpwkAS2186OU=";
31 propagatedBuildInputs = [
42 substituteInPlace pyproject.toml \
43 --replace " --cov-report=html:htmlcov --cov-report=xml:coverage.xml --cov-report=term-missing --cov=motioneye_client --cov-fail-under=100" ""
46 pythonImportsCheck = [
51 broken = stdenv.isDarwin;
52 description = "Python library for motionEye";
53 homepage = "https://github.com/dermotduffy/motioneye-client";
54 license = with licenses; [ mit ];
55 maintainers = with maintainers; [ fab ];