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