python-cairocffi: update to 0.7
This commit is contained in:
parent
75b61fb1c3
commit
3e664938b6
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'python-cairocffi'
|
||||
pkgname=python-cairocffi
|
||||
version=0.6
|
||||
version=0.7
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="cairocffi-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools python-cffi python3.4-cffi"
|
||||
depends="python-cffi"
|
||||
pycompile_module="cairocffi"
|
||||
short_desc="CFFI-based cairo bindings for Python2"
|
||||
|
@ -14,7 +14,7 @@ homepage="https://github.com/SimonSapin/cairocffi"
|
|||
license="BSD"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
distfiles="${PYPI_SITE}/c/cairocffi/cairocffi-${version}.tar.gz"
|
||||
checksum=d14ea9daed510259717209ed9e2f68503fcbcbcf00c2c4f31b446b001ae109c0
|
||||
checksum=99ee6504fa666af2a5ea151d4a9ff5ee32644692b6784b47589a4f8f041c0576
|
||||
|
||||
python3.4-cairocffi_package() {
|
||||
noarch=yes
|
||||
|
|
Loading…
Reference in a new issue