python-efl: fix typos; revbump
This commit is contained in:
parent
290139764b
commit
96acc71fbb
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'python-efl'
|
||||
pkgname=python-efl
|
||||
version=1.10.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="pkg-config python-devel python3.4-devel"
|
||||
makedepends="elementary-devel>=${version} python-dbus-devel"
|
||||
depends="python-dbus"
|
||||
pycompile_modules="evas efl edje emotion ecore elementary e_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>"
|
||||
|
@ -18,7 +18,7 @@ checksum=b144e976a351cd9703771b5e91a45ce9b2eedcc0097ade5c5437554b1516dbc6
|
|||
python3.4-efl_package() {
|
||||
depends="python3.4-dbus"
|
||||
pycompile_version="3.4"
|
||||
pycompile_modules="evas efl edje emotion ecore elementary e_dbus"
|
||||
pycompile_module="evas efl edje emotion ecore elementary e_dbus"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
|
|
Loading…
Reference in New Issue