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)
12 makedepends=(python-setuptools)
13 checkdepends=(python-pytest)
14 source=(https://github.com/pygobject/pycairo/releases/download/v$pkgver/pycairo-$pkgver.tar.gz{,.sig})
15 sha256sums=('251907f18a552df938aa3386657ff4b5a4937dde70e11aa042bc297957f4b74b'
17 validpgpkeys=(0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC) # Christoph Reiter <reiter.christoph@gmail.com>
31 python setup.py install --root="$pkgdir" --skip-build --optimize=1