From e94c4c0ae026de2cb4f205650288ebf00c5bbce0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:07:43 -0400 Subject: [PATCH] python-ply: rebuild for Python 3.11 --- 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 f91150588c8..ba771c53ad9 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=6 +revision=7 wrksrc="ply-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"