8 buildPythonPackage rec {
9 pname = "meater-python";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-86XJmKOc2MCyU9v0UAZsPCUL/kAXywOlQOIHaykNF1o=";
20 propagatedBuildInputs = [
27 pythonImportsCheck = [
32 description = "Library for the Apption Labs Meater cooking probe";
33 homepage = "https://github.com/Sotolotl/meater-python";
34 license = licenses.asl20;
35 maintainers = with maintainers; [ fab ];