13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
24 hash = "sha256-lOd2AqnrkexNqT/usmJts5NW7vJtV8CRsliYgkhgRaU=";
27 propagatedBuildInputs = [
38 pythonImportsCheck = [ "pyqvrpro" ];
41 description = "Module for interfacing with QVR Pro API";
42 homepage = "https://github.com/oblogic7/pyqvrpro";
43 license = licenses.mit;
44 maintainers = with maintainers; [ fab ];