11 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-Zije1WzfgIU9pT0H7T/Mx+5gEBCsRgMLkfsa/KB0YtI=";
30 propagatedBuildInputs = [
39 pythonImportsCheck = [ "pysyncthru" ];
42 description = "Automated JSON API based communication with Samsung SyncThru Web Service";
43 homepage = "https://github.com/nielstron/pysyncthru";
44 license = licenses.mit;
45 maintainers = with maintainers; [ dotlambda ];