python3-tabulate: update to 0.9.0.
This commit is contained in:
parent
e0478bb478
commit
63f7d659b8
@ -1,17 +1,18 @@
|
||||
# Template file for 'python3-tabulate'
|
||||
pkgname=python3-tabulate
|
||||
version=0.8.10
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=0.9.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||
depends="python3-wcwidth"
|
||||
checkdepends="python3-pytest $depends"
|
||||
short_desc="Pretty-print tabular data (Python3)"
|
||||
maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
|
||||
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"
|
||||
checksum=6c57f3f3dd7ac2782770155f3adb2db0b1a269637e42f27599925e64b114f519
|
||||
checksum=0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user