void-packages/srcpkgs/python-efl/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

27 lines
894 B
Bash

# Template file for 'python-efl'
pkgname=python-efl
version=1.13.0
revision=1
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="pkg-config python-devel python3.4-devel"
makedepends="elementary-devel python-dbus-devel"
depends="python-dbus"
pycompile_module="evas efl edje emotion ecore elementary e_dbus"
homepage="http://enlightenment.org"
short_desc="Python2 bindings for Enlightenment Foundation Libraries"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-3"
distfiles="http://download.enlightenment.org/rel/bindings/python/${pkgname}-${version}.tar.gz"
checksum=16b8234ee763fab27071e7d708accbdb0cd43eecdfdb08775853bf380e558f8d
python3.4-efl_package() {
depends="python3.4-dbus"
pycompile_version="3.4"
pycompile_module="evas efl edje emotion ecore elementary e_dbus"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}