From 5f78aba861e384c42871b0911687615c335fcabd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:22 -0400 Subject: [PATCH] python-wcwidth: rebuild for Python 3.9 --- srcpkgs/python-wcwidth/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template index 43f9bc1ea24..254d0798c67 100644 --- a/srcpkgs/python-wcwidth/template +++ b/srcpkgs/python-wcwidth/template @@ -1,7 +1,7 @@ # Template file for 'python-wcwidth' pkgname=python-wcwidth version=0.2.5 -revision=2 +revision=3 wrksrc="wcwidth-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"