8 buildPythonPackage rec {
9 pname = "bt-proximity";
11 format = "setuptools";
14 pname = "bt_proximity";
16 sha256 = "0xlif91vblbz065531yjf8nmlcahrl4q5pz52bc1jmzz7iv9hpgq";
19 propagatedBuildInputs = [ pybluez ];
24 pythonImportsCheck = [ "bt_proximity" ];
27 description = "Bluetooth Proximity Detection using Python";
28 homepage = "https://github.com/FrederikBolding/bluetooth-proximity";
29 maintainers = with maintainers; [ peterhoeg ];
30 license = licenses.asl20;