sip: rebuild for Python 3.10

This commit is contained in:
Andrew J. Hesford 2021-09-24 23:18:10 -04:00
parent b262ea34c8
commit 4a5e01d143
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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"