From 07a9ca6ff2419fba142f480de772ccc69d5604d5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:15 -0400 Subject: [PATCH] python-automat: rebuild for Python 3.9 --- srcpkgs/python-automat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template index 372f26c62a9..74c3ef1cafe 100644 --- a/srcpkgs/python-automat/template +++ b/srcpkgs/python-automat/template @@ -1,7 +1,7 @@ # Template file for 'python-automat' pkgname=python-automat version=20.2.0 -revision=2 +revision=3 wrksrc="Automat-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"