From aca20b7b85f253bef8f26d8dd2f4ea48b3284fce Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:07:56 -0400 Subject: [PATCH] python-incremental: rebuild for Python 3.11 --- srcpkgs/python-incremental/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template index 900b83f5f77..79f67b607a5 100644 --- a/srcpkgs/python-incremental/template +++ b/srcpkgs/python-incremental/template @@ -1,7 +1,7 @@ # Template file for 'python-incremental' pkgname=python-incremental version=21.3.0 -revision=1 +revision=2 wrksrc="incremental-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"