pythonPackages.pybluez: init at unstable-20160819

This commit is contained in:
Michiel Leenaars 2016-08-20 21:32:42 +02:00
parent 4d7cc55344
commit c7b800a6bf

View File

@ -7844,6 +7844,30 @@ in modules // {
};
};
pybluez = buildPythonPackage rec {
version = "unstable-20160819";
pname = "pybluez";
name = "${pname}-${version}";
propagatedBuildInputs = with self; [ pkgs.bluez ];
src = pkgs.fetchFromGitHub {
owner = "karulis";
repo = "${pname}";
rev = "a0b226a61b166e170d48539778525b31e47a4731";
sha256 = "104dm5ngfhqisv1aszdlr3szcav2g3bhsgzmg4qfs09b3i5zj047";
};
# the tests do not pass
doCheck = false;
meta = {
description = "Bluetooth Python extension module";
license = licenses.gpl2;
maintainers = with maintainers; [ leenaars ];
};
};
pycares = buildPythonPackage rec {
name = "pycares-${version}";
version = "1.0.0";