From 4a5e01d143a2b220edeba5759cf3c4638c91cfde Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:10 -0400 Subject: [PATCH] sip: rebuild for Python 3.10 --- srcpkgs/sip/patches/python310.patch | 8 ++++++++ srcpkgs/sip/template | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/sip/patches/python310.patch diff --git a/srcpkgs/sip/patches/python310.patch b/srcpkgs/sip/patches/python310.patch new file mode 100644 index 00000000000..066b665a7eb --- /dev/null +++ b/srcpkgs/sip/patches/python310.patch @@ -0,0 +1,8 @@ +--- ./sipbuild/py_versions.py.orig 2021-09-25 21:37:44.381213255 -0400 ++++ ./sipbuild/py_versions.py 2021-09-25 21:38:00.904208911 -0400 +@@ -23,4 +23,4 @@ + + # The first and last supported minor versions of Python v3. + FIRST_SUPPORTED_MINOR = 6 +-LAST_SUPPORTED_MINOR = 9 ++LAST_SUPPORTED_MINOR = 10 diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template index 1a8823ce246..ea60d37cab7 100644 --- a/srcpkgs/sip/template +++ b/srcpkgs/sip/template @@ -1,7 +1,7 @@ # Template file for 'sip' pkgname=sip version=6.1.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml" makedepends="python3-devel"