11 buildPythonPackage rec {
15 disabled = pythonOlder "3.5";
20 inherit pname version;
21 hash = "sha256-F1P1/NKml2rtd1r7A/g5IVnwQMZzkXzAxjRRDZXBPLk=";
25 # https://github.com/Anonym-tsk/starline/pull/5
27 url = "https://github.com/Anonym-tsk/starline/commit/4e6cdf8e05c5fb8509ee384e77b39a2495587160.patch";
28 hash = "sha256-y9b6ePH3IEgmt3ALHQGwH102rlm4KfmH4oIoIC93cWU=";
32 nativeBuildInputs = [ setuptools ];
34 propagatedBuildInputs = [ requests ];
36 # no tests implemented
39 pythonImportsCheck = [ "starline" ];
41 # https://github.com/Anonym-tsk/starline/issues/4
42 passthru.skipBulkUpdate = true;
45 description = "Unofficial python library for StarLine API";
46 homepage = "https://github.com/Anonym-tsk/starline";
47 license = licenses.asl20;
48 maintainers = with maintainers; [ dotlambda ];