From 9c1e1c239c8b72378e11f28b0bb24d3fbecb47b8 Mon Sep 17 00:00:00 2001 From: Colin Reeder Date: Wed, 13 Oct 2021 11:48:56 -0600 Subject: [PATCH] python3-tabulate: Update to 0.8.9 --- srcpkgs/python3-tabulate/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template index b5fa805bb8ad..65da8e918ccc 100644 --- a/srcpkgs/python3-tabulate/template +++ b/srcpkgs/python3-tabulate/template @@ -1,18 +1,18 @@ # Template file for 'python3-tabulate' pkgname=python3-tabulate -version=0.8.7 -revision=2 +version=0.8.9 +revision=1 wrksrc="tabulate-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-setuptools python3-wcwidth" -checkdepends="python3-nose" +depends="python3-wcwidth" +checkdepends="python3-pytest $depends" short_desc="Pretty-print tabular data (Python3)" maintainer="Orphaned " license="MIT" -homepage="https://bitbucket.org/astanin/python-tabulate" +homepage="https://github.com/astanin/python-tabulate" distfiles="${PYPI_SITE}/t/tabulate/tabulate-${version}.tar.gz" -checksum=db2723a20d04bcda8522165c73eea7c300eda74e0ce852d9022e0159d7895007 +checksum=eb1d13f25760052e8931f2ef80aaf6045a6cceb47514db8beab24cded16f13a7 post_install() { vlicense LICENSE