mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
python-efl: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
9656f915c9
commit
55a3b16eb4
2 changed files with 13 additions and 8 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'python-efl'
|
# Template file for 'python-efl'
|
||||||
pkgname=python-efl
|
pkgname=python-efl
|
||||||
version=1.18.0
|
version=1.18.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
hostmakedepends="pkg-config python-devel python3-devel"
|
||||||
hostmakedepends="pkg-config python-devel python3.4-devel"
|
|
||||||
makedepends="efl-devel python-dbus-devel"
|
makedepends="efl-devel python-dbus-devel"
|
||||||
depends="python-dbus"
|
depends="python-dbus"
|
||||||
pycompile_module="evas efl edje emotion ecore elementary e_dbus"
|
pycompile_module="evas efl edje emotion ecore elementary e_dbus"
|
||||||
|
@ -15,12 +14,17 @@ license="LGPL-3"
|
||||||
distfiles="http://download.enlightenment.org/rel/bindings/python/${pkgname}-${version}.tar.gz"
|
distfiles="http://download.enlightenment.org/rel/bindings/python/${pkgname}-${version}.tar.gz"
|
||||||
checksum=39d873343bf524237ad289c2c95427d462d4b3c829a43ac495da9f5ecfca8974
|
checksum=39d873343bf524237ad289c2c95427d462d4b3c829a43ac495da9f5ecfca8974
|
||||||
|
|
||||||
python3.4-efl_package() {
|
python3-efl_package() {
|
||||||
depends="python3.4-dbus"
|
depends="python3-dbus"
|
||||||
pycompile_version="3.4"
|
|
||||||
pycompile_module="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}"
|
replaces="python3.4-efl>=0"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3*
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
python3.4-efl_package() {
|
||||||
|
build_style=meta
|
||||||
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||||
|
depends="python3-efl>=${version}_${revision}"
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/python3-efl
Symbolic link
1
srcpkgs/python3-efl
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-efl
|
Loading…
Add table
Reference in a new issue