15 buildPythonPackage rec {
20 disabled = pythonOlder "3.9";
22 src = fetchFromGitHub {
25 rev = "refs/tags/v${version}";
26 hash = "sha256-FfjvF6PBM+18JgQBP6vyElQYWMVizAEGk92ILwxpFSk=";
30 substituteInPlace pyproject.toml \
31 --replace ', "wheel~=0.40.0"' "" \
32 --replace "setuptools~=68.0" "setuptools"
39 propagatedBuildInputs = [
52 pythonImportsCheck = [
58 "blinkpy.helpers.util"
63 description = "Python library for the Blink Camera system";
64 homepage = "https://github.com/fronzbot/blinkpy";
65 changelog = "https://github.com/fronzbot/blinkpy/blob/${src.rev}/CHANGES.rst";
66 license = licenses.mit;
67 maintainers = with maintainers; [ dotlambda ];