9 buildPythonPackage rec {
10 pname = "python-motionmount";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "vogelsproducts";
18 repo = "python-MotionMount";
19 rev = "refs/tags/${version}";
20 hash = "sha256-GXgshCARH4VPYHIIeWXwOCRmKgCyel4ydj/oKUWuyUM=";
23 build-system = [ setuptools ];
28 pythonImportsCheck = [ "motionmount" ];
31 description = "Module to control the TVM7675 Pro (Signature) series of MotionMount";
32 homepage = "https://github.com/vogelsproducts/python-MotionMount";
33 license = licenses.mit;
34 maintainers = with maintainers; [ fab ];