1 # Maintainer: Maxime Gauduin <alucryd@archlinux.org>
3 pkgname=python-graphql-relay
6 pkgdesc='A library to help construct a graphql-py server supporting react-relay'
7 url=https://github.com/graphql-python/graphql-relay-py
19 _tag=97ba15e573eabcefd13e249d05fc5557f0296804
20 source=(git+https://github.com/graphql-python/graphql-relay-py.git#tag=${_tag})
26 git describe --tags | sed 's/^v//'
38 python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
39 install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-graphql-relay/