14 buildPythonPackage rec {
15 pname = "marshmallow-sqlalchemy";
19 disabled = pythonOlder "3.9";
22 pname = "marshmallow_sqlalchemy";
24 hash = "sha256-Xd9YPddf31qzHfdph82iupGUKZa6XVd+ktZ0j6k6X1I=";
27 build-system = [ flit-core ];
29 propagatedBuildInputs = [
35 pythonImportsCheck = [ "marshmallow_sqlalchemy" ];
43 description = "SQLAlchemy integration with marshmallow";
44 homepage = "https://github.com/marshmallow-code/marshmallow-sqlalchemy";
45 changelog = "https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/${version}/CHANGELOG.rst";
46 license = licenses.mit;