mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-tabulate: update to 0.9.0.
This commit is contained in:
parent
e0478bb478
commit
63f7d659b8
1 changed files with 7 additions and 6 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-tabulate'
|
# Template file for 'python3-tabulate'
|
||||||
pkgname=python3-tabulate
|
pkgname=python3-tabulate
|
||||||
version=0.8.10
|
version=0.9.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||||
depends="python3-wcwidth"
|
depends="python3-wcwidth"
|
||||||
checkdepends="python3-pytest $depends"
|
checkdepends="python3-pytest $depends"
|
||||||
short_desc="Pretty-print tabular data (Python3)"
|
short_desc="Pretty-print tabular data (Python3)"
|
||||||
maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
|
maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/astanin/python-tabulate"
|
homepage="https://pypi.org/project/tabulate/"
|
||||||
|
changelog="https://raw.githubusercontent.com/astanin/python-tabulate/master/CHANGELOG"
|
||||||
distfiles="${PYPI_SITE}/t/tabulate/tabulate-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/tabulate/tabulate-${version}.tar.gz"
|
||||||
checksum=6c57f3f3dd7ac2782770155f3adb2db0b1a269637e42f27599925e64b114f519
|
checksum=0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue