From 29ec3c6639cce3e683eb1415bab9b267c587d38b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:23 -0400 Subject: [PATCH] python-ply: rebuild for Python 3.10 --- 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 55a017a9b66..f91150588c8 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=5 +revision=6 wrksrc="ply-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"