python-cairocffi: update to 0.8.1

This commit is contained in:
Alessio Sergi 2018-05-30 20:01:20 +02:00
parent a73395d3e6
commit 564c3153f8
1 changed files with 11 additions and 6 deletions

View File

@ -1,19 +1,23 @@
# Template file for 'python-cairocffi'
pkgname=python-cairocffi
version=0.8.0
revision=2
version=0.8.1
revision=1
noarch=yes
wrksrc="cairocffi-${version}"
build_style=python-module
pycompile_module="cairocffi"
hostmakedepends="python-setuptools python3-setuptools python-cffi python3-cffi"
depends="python-cffi"
pycompile_module="cairocffi"
short_desc="CFFI-based cairo bindings for Python2"
homepage="https://github.com/SimonSapin/cairocffi"
license="BSD"
homepage="https://github.com/Kozea/cairocffi"
license="BSD-3-Clause"
maintainer="Alessio Sergi <al3hex@gmail.com>"
distfiles="${PYPI_SITE}/c/cairocffi/cairocffi-${version}.tar.gz"
checksum=65f21e6786e2b255ab1d3fda53a365a3565bb1808cabbbe59d99a797c61d3545
checksum=47eb1c53d15041dda983e0004b249123bb18edb10dbff3742d039fedd41e6778
post_install() {
vlicense LICENSE
}
python3-cairocffi_package() {
noarch=yes
@ -22,5 +26,6 @@ python3-cairocffi_package() {
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}