mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python-texttable: update to 1.4.0
This commit is contained in:
parent
32b6cd809a
commit
26333970b9
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-texttable'
|
# Template file for 'python-texttable'
|
||||||
pkgname=python-texttable
|
pkgname=python-texttable
|
||||||
version=1.3.1
|
version=1.4.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="texttable-${version}"
|
wrksrc="texttable-${version}"
|
||||||
|
@ -11,9 +11,9 @@ depends="python"
|
||||||
short_desc="Python2 module for creating simple ASCII tables"
|
short_desc="Python2 module for creating simple ASCII tables"
|
||||||
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||||
homepage="https://github.com/foutaise/texttable/"
|
homepage="https://github.com/foutaise/texttable/"
|
||||||
license="LGPL-3"
|
license="LGPL-3.0-or-later"
|
||||||
distfiles="${PYPI_SITE}/t/texttable/texttable-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/texttable/texttable-${version}.tar.gz"
|
||||||
checksum=0f75f5838b775bddc19f72c5bf50eb74be3815eb505ed3084e4666ce2e6c3259
|
checksum=95e8cfe85f8395a7eacdfbc8f09d885b9ef3a6ac6ead0364ea721de1127aa36b
|
||||||
|
|
||||||
python3-texttable_package() {
|
python3-texttable_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue