9 buildPythonPackage rec {
12 pyproject = false; # manually installed
14 src = fetchFromGitHub {
15 owner = "armijnhemel";
18 hash = "sha256-KJ0xGEXHY6o2074WFZ0u7gATS+wrrjyzanYretckWYk=";
21 dependencies = [ pyusb ];
29 install -D py3buddy.py $out/${python.sitePackages}/py3buddy.py
35 install -D 99-ibuddy.rules $out/lib/udev/rules.d/99-ibuddy.rules
39 description = "Code to work with the iBuddy MSN figurine";
40 homepage = "https://github.com/armijnhemel/py3buddy";
41 license = lib.licenses.mit;
42 maintainers = with lib.maintainers; [ prusnak ];