mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
python-texttable: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
c348f2ba68
commit
947d9fafda
2 changed files with 14 additions and 8 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'python-texttable'
|
# Template file for 'python-texttable'
|
||||||
pkgname=python-texttable
|
pkgname=python-texttable
|
||||||
version=0.8.5
|
version=0.8.5
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="texttable-${version}"
|
wrksrc="texttable-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="texttable.py"
|
pycompile_module="texttable.py"
|
||||||
short_desc="Python2 module for creating simple ASCII tables"
|
short_desc="Python2 module for creating simple ASCII tables"
|
||||||
|
@ -17,13 +16,19 @@ license="LGPL-3"
|
||||||
distfiles="https://github.com/foutaise/texttable/archive/v${version}.tar.gz"
|
distfiles="https://github.com/foutaise/texttable/archive/v${version}.tar.gz"
|
||||||
checksum=c2b554b0c20c866f061cf08a315354278590b312ee178199a29bfde7a944f986
|
checksum=c2b554b0c20c866f061cf08a315354278590b312ee178199a29bfde7a944f986
|
||||||
|
|
||||||
python3.4-texttable_package() {
|
python3-texttable_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4"
|
depends="python3"
|
||||||
pycompile_version="3.4"
|
|
||||||
pycompile_module="texttable.py"
|
pycompile_module="texttable.py"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
replaces="python3.4-texttable>=0"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3*
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
python3.4-texttable_package() {
|
||||||
|
noarch=yes
|
||||||
|
build_style=meta
|
||||||
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||||
|
depends="python3-texttable>=${version}_${revision}"
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/python3-texttable
Symbolic link
1
srcpkgs/python3-texttable
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-texttable
|
Loading…
Add table
Reference in a new issue