22 buildPythonPackage rec {
25 format = "setuptools";
27 disabled = pythonOlder "3.6";
30 inherit pname version;
31 hash = "sha256-STLIVYv2jy7pK5u8uCGGccYnBk1bCJOUN69td9wF5ZU=";
38 propagatedBuildInputs = [
42 ] ++ lib.optionals (pythonOlder "3.9") [
47 pythonImportsCheck = [
58 homepage = "https://bitbucket.org/zzzeek/alembic";
59 description = "A database migration tool for SQLAlchemy";
60 license = licenses.mit;
61 maintainers = with maintainers; [ ];
62 mainProgram = "alembic";