void-packages/srcpkgs/python-efl/template
Alessio Sergi 217e7d31f2 srcpkgs: remove python3.4-* transitional dummy packages
After more than a year the switch to python3 packages, it is time to say
them goodbye. So long, and thanks for all the fish.
2017-12-20 11:29:51 +01:00

24 lines
746 B
Bash

# Template file for 'python-efl'
pkgname=python-efl
version=1.20.0
revision=2
build_style=python-module
hostmakedepends="pkg-config python-devel python3-devel"
makedepends="efl-devel python-dbus-devel"
depends="python-dbus"
pycompile_module="efl"
homepage="http://enlightenment.org"
short_desc="Python2 bindings for Enlightenment Foundation Libraries"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-3"
distfiles="http://download.enlightenment.org/rel/bindings/python/${pkgname}-${version}.tar.gz"
checksum=feb7ebe27db47f5d6b7d17409fd5099cdd6ca4b3a06695d8823680e2eebb0099
python3-efl_package() {
depends="python3-dbus"
pycompile_module="efl"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}