python-mpd2: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
7e75f5f0eb
commit
7789f9d177
2 changed files with 14 additions and 9 deletions
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'python-mpd2'
|
||||
pkgname=python-mpd2
|
||||
version=0.5.5
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
pycompile_module="mpd.py"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Python2 MPD client library"
|
||||
maintainer="Jens E. Becker <v2px@v2px.de>"
|
||||
|
@ -15,14 +14,19 @@ license="GPL-3"
|
|||
distfiles="${PYPI_SITE}/p/python-mpd2/python-mpd2-${version}.tar.gz"
|
||||
checksum=310e738c4f7ce5b5b10394ec3f182c5240dd3ec55ec59a375924c8004fbb5e51
|
||||
|
||||
python3.4-mpd2_package() {
|
||||
python3-mpd2_package() {
|
||||
noarch=yes
|
||||
depends="python3.4"
|
||||
pycompile_version="3.4"
|
||||
depends="python3"
|
||||
pycompile_module="mpd.py"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
replaces="python3.4-mpd2>=0"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
||||
|
||||
python3.4-mpd2_package() {
|
||||
noarch=yes
|
||||
build_style=meta
|
||||
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||
depends="python3-mpd2>=${version}_${revision}"
|
||||
}
|
||||
|
|
1
srcpkgs/python3-mpd2
Symbolic link
1
srcpkgs/python3-mpd2
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-mpd2
|
Loading…
Reference in a new issue