6 buildPythonPackage rec {
10 src = fetchFromGitHub {
14 sha256 = "0a0qpk7d2b1cld58qcdn6bxrkil6ascs51af01dy4p83062h1hi6";
17 # Project has no tests
19 pythonImportsCheck = [ "gps3" ];
22 description = "Python client for GPSD";
23 homepage = "https://github.com/onkelbeh/gps3";
24 license = with licenses; [ mit ];
25 maintainers = with maintainers; [ fab ];