8 buildPythonPackage rec {
11 disabled = isPy3k; # build fails, 2018-04-11
14 url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz";
15 sha256 = "016h1mlhpqxjj25lcvl4fqc19k8ifmsv6df7rhr12fyfcrp5i14d";
18 buildInputs = [ pkgs.bluez pkgs.openobex ];
21 homepage = "http://lightblue.sourceforge.net";
22 description = "Cross-platform Bluetooth API for Python";
23 maintainers = with maintainers; [ leenaars ];
24 license = licenses.gpl3;