void-packages/srcpkgs/python-texttable/template

27 lines
773 B
Bash

# Template file for 'python-texttable'
pkgname=python-texttable
version=1.6.0
revision=1
noarch=yes
wrksrc="texttable-${version}"
build_style=python-module
pycompile_module="texttable.py"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Python2 module for creating simple ASCII tables"
maintainer="Sergi Alvarez <pancake@nopcode.org>"
license="LGPL-3.0-or-later"
homepage="https://github.com/foutaise/texttable/"
distfiles="${PYPI_SITE}/t/texttable/texttable-${version}.tar.gz"
checksum=624b9d6a94255b3d168b22f0808b78eca8b765d8b14c095e530641b8655c7dfc
python3-texttable_package() {
noarch=yes
depends="python3"
pycompile_module="texttable.py"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}