python-texttable: update to 1.3.1
This commit is contained in:
parent
ccef3dccae
commit
586c36d413
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-texttable'
|
||||
pkgname=python-texttable
|
||||
version=1.2.1
|
||||
version=1.3.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="texttable-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="texttable.py"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
pycompile_module="texttable.py"
|
||||
short_desc="Python2 module for creating simple ASCII tables"
|
||||
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||
homepage="https://github.com/foutaise/texttable/"
|
||||
license="LGPL-3"
|
||||
distfiles="${PYPI_SITE}/t/texttable/texttable-${version}.tar.gz"
|
||||
checksum=c89dc0148ae29645917aab7e970a30d1af565b3ca276cef8ab1a60469f0d8100
|
||||
checksum=0f75f5838b775bddc19f72c5bf50eb74be3815eb505ed3084e4666ce2e6c3259
|
||||
|
||||
python3-texttable_package() {
|
||||
noarch=yes
|
||||
|
|
Loading…
Reference in New Issue