38 lines
1.1 KiB
Bash
38 lines
1.1 KiB
Bash
# Template file for 'python-cairocffi'
|
|
pkgname=python-cairocffi
|
|
version=0.9.0
|
|
revision=3
|
|
archs=noarch
|
|
wrksrc="cairocffi-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools python3-setuptools python-cffi python3-cffi"
|
|
depends="python-cffi cairo gdk-pixbuf"
|
|
checkdepends="python-more-itertools python-parsing python-scandir python-pytest cairo gdk-pixbuf"
|
|
short_desc="CFFI-based cairo bindings for Python2"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/Kozea/cairocffi"
|
|
distfiles="${PYPI_SITE}/c/cairocffi/cairocffi-${version}.tar.gz"
|
|
checksum=15386c3a9e08823d6826c4491eaccc7b7254b1dc587a3b9ce60c350c3f990337
|
|
|
|
pre_check() {
|
|
export PY_IGNORE_IMPORTMISMATCH=1
|
|
vsed -e s/test_scaled_font/scaled_font/ -i build-2.7/lib/cairocffi/test_cairo.py
|
|
vsed -e s/test_context_font/context_font/ -i build-2.7/lib/cairocffi/test_cairo.py
|
|
}
|
|
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3-cairocffi_package() {
|
|
archs=noarch
|
|
depends="python3-cffi cairo"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE
|
|
}
|
|
}
|