1 # Maintainer: Maxime Gauduin <alucryd@archlinux.org>
3 pkgname=python-marshmallow-sqlalchemy
6 pkgdesc='SQLAlchemy integration with marshmallow'
7 url=https://marshmallow-sqlalchemy.readthedocs.io/
18 _tag=bafce3319a792768d946e536f066074e24f6a2fb
19 source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${_tag})
23 cd marshmallow-sqlalchemy
29 cd marshmallow-sqlalchemy
35 cd marshmallow-sqlalchemy
37 python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
38 install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-marshmallow-sqlalchemy/