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