1 # Maintainer: Maxime Gauduin <alucryd@archlinux.org>
3 pkgname=python-graphql-core
6 pkgdesc='GraphQL base implementation for Python'
7 url=https://github.com/graphql-python/graphql-core
19 _tag=430ee891a52d239adadf133d873fdca2a3fe009b
20 source=(git+https://github.com/graphql-python/graphql-core.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-core/