16 buildPythonPackage rec {
17 pname = "sqlalchemy-continuum";
19 format = "setuptools";
21 disabled = pythonOlder "3.7";
24 pname = "SQLAlchemy-Continuum";
26 hash = "sha256-4BZGzfv9azGiGwrrprv/ZhJY1b6Ed8dQDKs6HHSEjm4=";
29 propagatedBuildInputs = [
34 passthru.optional-dependencies = {
53 ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies);
55 # Indicate tests that we don't have a database server at hand
58 pythonImportsCheck = [
59 "sqlalchemy_continuum"
63 description = "Versioning and auditing extension for SQLAlchemy";
64 homepage = "https://github.com/kvesteri/sqlalchemy-continuum/";
65 changelog = "https://github.com/kvesteri/sqlalchemy-continuum/blob/${version}/CHANGES.rst";
66 license = licenses.bsd3;
67 maintainers = with maintainers; [ ];