7 buildPythonPackage rec {
9 version = "unstable-2017-11-01";
10 format = "setuptools";
12 src = fetchFromGitHub {
15 rev = "91adcd7073b891b135b2a46d039ce2125cf09a09";
16 hash = "sha256-sVK61l8YunKAGFTSAq/m5aUGFfnizwhqTYbdznBIKfk=";
19 # Project has no tests
21 pythonImportsCheck = [ "gps3" ];
24 description = "Python client for GPSD";
25 homepage = "https://github.com/wadda/gps3";
26 license = with licenses; [ mit ];
27 maintainers = with maintainers; [ fab ];