From 3c9efd537502af21702108c6425e2184c2af7b3b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 16 Nov 2024 09:28:58 -0500 Subject: [PATCH] papis: rebuild for python3-3.13 --- srcpkgs/papis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template index eccf556c8b5..9dfe7124af4 100644 --- a/srcpkgs/papis/template +++ b/srcpkgs/papis/template @@ -1,7 +1,7 @@ # Template file for 'papis' pkgname=papis version=0.13 -revision=3 +revision=4 build_style=python3-module make_check_target="papis tests" hostmakedepends="python3-setuptools"