pycairo: update to 1.10 and switch to python3.

This commit is contained in:
Juan RP 2013-09-27 02:39:06 +02:00
parent fd62404c7e
commit ea9a46eb07
1 changed files with 10 additions and 12 deletions

View File

@ -1,20 +1,20 @@
# Template file for 'pycairo'
pkgname=pycairo
version=1.8.8
revision=8
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="cairo-devel python-devel"
short_desc="Python bindings for the cairo graphics library"
version=1.10.0
revision=1
build_style=waf3
hostmakedepends="pkg-config which"
makedepends="cairo-devel python3-devel>=3.3.2_2"
short_desc="Python3 bindings for the cairo graphics library"
homepage="http://cairographics.org/pycairo/"
license="LGPL-3"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
checksum=2f52599943ca03c8ff336a0e84b1c8b74f30e2a3de9cb6a9a42a93a848832860
distfiles="http://cairographics.org/releases/$pkgname-$version.tar.bz2"
checksum=9aa4078e7eb5be583aeabbe8d87172797717f95e8c4338f0d4a17b683a7253be
pycairo-devel_package() {
depends="pycairo>=${version}"
short_desc+=" -- development files"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
@ -22,9 +22,7 @@ pycairo-devel_package() {
}
pycairo_package() {
depends="python"
pycompile_module="cairo"
pkg_install() {
vmove usr
vmove all
}
}