python-lockfile: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
0df41ba6c7
commit
5a3479b317
|
@ -1,13 +1,12 @@
|
|||
# Template file for 'python-lockfile'
|
||||
pkgname=python-lockfile
|
||||
version=0.12.2
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="lockfile-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools python-pbr python3.4-pbr"
|
||||
makedepends="python-pbr python3.4-pbr"
|
||||
hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"
|
||||
makedepends="python-pbr python3-pbr"
|
||||
depends="python"
|
||||
pycompile_module="lockfile"
|
||||
short_desc="Platform-independent file locking module (Python2)"
|
||||
|
@ -21,14 +20,20 @@ post_install() {
|
|||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3.4-lockfile_package() {
|
||||
python3-lockfile_package() {
|
||||
noarch=yes
|
||||
pycompile_version="3.4"
|
||||
replaces="python3.4-lockfile>=0"
|
||||
pycompile_module="lockfile"
|
||||
depends="python3.4"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
depends="python3"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
||||
python3.4-lockfile_package() {
|
||||
noarch=yes
|
||||
build_style=meta
|
||||
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||
depends="python3-lockfile>=${version}_${revision}"
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
python-lockfile
|
Loading…
Reference in New Issue