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