1 # Maintainer: Angel Velasquez <angvp@archlinux.org>
2 # Maintainer: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Python bindings for the cairo graphics library"
9 url="https://pycairo.readthedocs.io/en/latest/"
10 license=('LGPL2.1' 'MPL')
11 depends=(cairo python)
13 _commit=320b22711fcc55b0158c156e2aab19a2df0c2898
14 source=("git+https://github.com/pygobject/pycairo/#commit=$_commit")
19 git describe --tags | sed 's/^v//;s/-/+/g'
29 python setup.py install --skip-build --root="${pkgdir}" --optimize='1'