10 buildPythonPackage rec {
11 pname = "motionblinds";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
18 owner = "starkillerOG";
19 repo = "motion-blinds";
20 rev = "refs/tags/${version}";
21 hash = "sha256-MU+zMka8d8wocc90vdS56BMHg6Z/LAAdRetiysh9Ssc=";
24 build-system = [ setuptools ];
26 dependencies = [ pycryptodomex ];
31 pythonImportsCheck = [ "motionblinds" ];
34 description = "Python library for interfacing with Motion Blinds";
35 homepage = "https://github.com/starkillerOG/motion-blinds";
36 changelog = "https://github.com/starkillerOG/motion-blinds/releases/tag/${version}";
37 license = with licenses; [ mit ];
38 maintainers = with maintainers; [ fab ];