python3.4-cairo: transitional dummy package now
This commit is contained in:
parent
1ed7b0f318
commit
ca2ac62b5d
3 changed files with 7 additions and 22 deletions
Binary file not shown.
|
@ -1,31 +1,17 @@
|
|||
# Template file for 'python3.4-cairo'
|
||||
pkgname=python3.4-cairo
|
||||
version=1.10.0
|
||||
revision=6
|
||||
nocross=1
|
||||
wrksrc="pycairo-${version}"
|
||||
build_style=waf3
|
||||
patch_args="-Np1"
|
||||
hostmakedepends="pkg-config python3.4"
|
||||
makedepends="cairo-devel python3.4-devel"
|
||||
replaces="pycairo>=0"
|
||||
short_desc="Python3.4 bindings for the cairo graphics library"
|
||||
revision=7
|
||||
nocross=yes # same as python3-cairo
|
||||
build_style=meta
|
||||
short_desc="Python3.4 bindings for the cairo graphics library (transitional dummy package)"
|
||||
depends="python3-cairo>=${version}_${revision}"
|
||||
homepage="http://cairographics.org/pycairo/"
|
||||
license="LGPL-3"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
distfiles="http://cairographics.org/releases/pycairo-${version}.tar.bz2"
|
||||
checksum=9aa4078e7eb5be583aeabbe8d87172797717f95e8c4338f0d4a17b683a7253be
|
||||
|
||||
do_configure() {
|
||||
PYTHON=python3.4 python3.4 waf configure --prefix=/usr
|
||||
}
|
||||
|
||||
python3.4-cairo-devel_package() {
|
||||
depends="python3.4-devel ${sourcepkg}>=${version}_${revision}"
|
||||
replaces="pycairo-devel>=0"
|
||||
build_style=meta
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
depends="python3-devel python3-cairo-devel>=${version}_${revision}"
|
||||
}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
pkgname=pycairo
|
Loading…
Reference in a new issue