14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.6";
22 inherit pname version;
23 hash = "sha256-jnZFwy5PIAZ15p8HRUFTNetZo2Y/X+tIer+gswxFiIs=";
26 propagatedBuildInputs = [
30 ] ++ lib.optionals (pythonOlder "3.9") [
32 ] ++ lib.optionals (pythonOlder "3.8") [
36 pythonImportsCheck = [
46 homepage = "https://bitbucket.org/zzzeek/alembic";
47 description = "A database migration tool for SQLAlchemy";
48 license = licenses.mit;
49 maintainers = with maintainers; [ ];