From d638beeac82eb30a92cb41f7670524178f20a052 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:07 -0400 Subject: [PATCH] python3-setproctitle: rebuild for Python 3.9 --- srcpkgs/python3-setproctitle/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template index 6b6f93931af..c23c4f3926b 100644 --- a/srcpkgs/python3-setproctitle/template +++ b/srcpkgs/python3-setproctitle/template @@ -1,7 +1,7 @@ # Template file for 'python3-setproctitle' pkgname=python3-setproctitle version=1.1.10 -revision=7 +revision=8 wrksrc="setproctitle-${version}" build_style=python3-module hostmakedepends="python3-setuptools"