From 63f7d659b8ca9fa0b290688b50ddefe6ace26187 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 29 Dec 2022 15:04:49 +0530 Subject: [PATCH] python3-tabulate: update to 0.9.0. --- srcpkgs/python3-tabulate/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template index 742c83364fe..dd8e240dc6e 100644 --- a/srcpkgs/python3-tabulate/template +++ b/srcpkgs/python3-tabulate/template @@ -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 " 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