sip: rebuild for Python 3.10
This commit is contained in:
parent
b262ea34c8
commit
4a5e01d143
|
@ -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
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue