12 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
23 rev = "refs/tags/${version}";
24 hash = "sha256-Zije1WzfgIU9pT0H7T/Mx+5gEBCsRgMLkfsa/KB0YtI=";
27 nativeBuildInputs = [ setuptools ];
29 propagatedBuildInputs = [
34 nativeCheckInputs = [ unittestCheckHook ];
36 pythonImportsCheck = [ "pysyncthru" ];
39 description = "Automated JSON API based communication with Samsung SyncThru Web Service";
40 homepage = "https://github.com/nielstron/pysyncthru";
41 license = licenses.mit;
42 maintainers = with maintainers; [ dotlambda ];