# Compiling Time: 0.11 SBU
# Maintainer: Baste <baste@frugalware.org>
# Contributor: bouleetbil <bouleetbil@frogdev.info>

pkgname=python3-pycairo
pkgver=1.20.1
pkgrel=1
pkgdesc="Python3 bindings for cairo"
url="https://pycairo.readthedocs.io/en/latest/"
depends=('libffi>=3.2.1-2 libpng>=1.6.25 python3>=3.9.6 cairo>=1.14.6-4')
makedepends=('x11-protos')
groups=('xlib')
archs=("x86_64")
options=('scriptlet')
sha1sums=('177770bfed5757330452ed7dc30fe690fcc4159b')
_F_github_author="pygobject"
_F_github_name="pycairo"
_F_github_tag_v="y"
Finclude github
_F_cd_path="pycairo-$pkgver"

build() {
	Fcd
	Fexec python3 setup.py install --root=$Fdestdir --optimize=1 || Fdie
}


# optimization OK
