python-texttable: update to 1.6.0.
This commit is contained in:
parent
acba78a30a
commit
39c96135ab
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-texttable'
|
||||
pkgname=python-texttable
|
||||
version=1.4.0
|
||||
version=1.6.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="texttable-${version}"
|
||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
|||
depends="python"
|
||||
short_desc="Python2 module for creating simple ASCII tables"
|
||||
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||
homepage="https://github.com/foutaise/texttable/"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="https://github.com/foutaise/texttable/"
|
||||
distfiles="${PYPI_SITE}/t/texttable/texttable-${version}.tar.gz"
|
||||
checksum=95e8cfe85f8395a7eacdfbc8f09d885b9ef3a6ac6ead0364ea721de1127aa36b
|
||||
checksum=624b9d6a94255b3d168b22f0808b78eca8b765d8b14c095e530641b8655c7dfc
|
||||
|
||||
python3-texttable_package() {
|
||||
noarch=yes
|
||||
|
|
Loading…
Reference in New Issue