8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
15 src = fetchFromGitHub {
17 repo = "python-btsocket";
19 hash = "sha256-IqlbFYbEyJPlcmT3DIQIwsjQEAGeIGRtFNx4jWwNtjE=";
26 pythonImportsCheck = [
31 description = "Library to interact with the Bluez Bluetooth Management API";
32 homepage = "https://github.com/ukBaz/python-btsocket";
33 license = with licenses; [ mit ];
34 maintainers = with maintainers; [ fab ];