python-munkres: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
eda9d309d1
commit
28e73c0169
2 changed files with 14 additions and 8 deletions
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'python-munkres'
|
# Template file for 'python-munkres'
|
||||||
pkgname=python-munkres
|
pkgname=python-munkres
|
||||||
version=1.0.8
|
version=1.0.8
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="munkres-${version}"
|
wrksrc="munkres-${version}"
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
python_versions="2.7 3.4"
|
|
||||||
pycompile_module="munkres.py"
|
pycompile_module="munkres.py"
|
||||||
hostmakedepends="python-devel python3.4-devel"
|
hostmakedepends="python-devel python3-devel"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Algorithm for the Assignment Problem (Python2)"
|
short_desc="Algorithm for the Assignment Problem (Python2)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -16,13 +15,19 @@ license="Apache-2.0"
|
||||||
distfiles="${PYPI_SITE}/m/munkres/munkres-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/munkres/munkres-${version}.tar.gz"
|
||||||
checksum=185f1a9c4d2c31f2f19afa48bc2ec726c11e945eded4784d272da2fd49bf7a55
|
checksum=185f1a9c4d2c31f2f19afa48bc2ec726c11e945eded4784d272da2fd49bf7a55
|
||||||
|
|
||||||
python3.4-munkres_package() {
|
python3-munkres_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_version="3.4"
|
|
||||||
pycompile_module="munkres.py"
|
pycompile_module="munkres.py"
|
||||||
depends="python3.4"
|
replaces="python3.4-munkres>=0"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
depends="python3"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3*
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
python3.4-munkres_package() {
|
||||||
|
noarch=yes
|
||||||
|
build_style=meta
|
||||||
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||||
|
depends="python3-munkres>=${version}_${revision}"
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/python3-munkres
Symbolic link
1
srcpkgs/python3-munkres
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-munkres
|
Loading…
Reference in a new issue