13 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
21 repo = "python-ambee";
23 hash = "sha256-2wX2CLr6kdVw2AGPW6DmYI2OBfQFI/iWVorok2d3wx4=";
30 propagatedBuildInputs = [
42 # Upstream doesn't set a version for the pyproject.toml
43 substituteInPlace pyproject.toml \
44 --replace "0.0.0" "${version}" \
48 pythonImportsCheck = [ "ambee" ];
51 description = "Python client for Ambee API";
52 homepage = "https://github.com/frenck/python-ambee";
53 license = with licenses; [ mit ];
54 maintainers = with maintainers; [ fab ];