7 buildPythonPackage rec {
10 format = "setuptools";
11 disabled = pythonOlder "3.7";
13 src = fetchFromGitHub {
17 sha256 = "sha256-3EYWy6LuZ/3i+9d0QaclCqWMMw5O3WzhTY3LUL5iMso=";
20 # Tests require an not maintained package (xfail)
23 pythonImportsCheck = [ "syncer" ];
26 description = "Python async to sync converter";
27 homepage = "https://github.com/miyakogi/syncer";
28 license = licenses.mit;
29 maintainers = with maintainers; [ fab ];