sip: rebuild for Python 3.10
This commit is contained in:
parent
b262ea34c8
commit
4a5e01d143
2 changed files with 9 additions and 1 deletions
8
srcpkgs/sip/patches/python310.patch
Normal file
8
srcpkgs/sip/patches/python310.patch
Normal 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
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sip'
|
# Template file for 'sip'
|
||||||
pkgname=sip
|
pkgname=sip
|
||||||
version=6.1.1
|
version=6.1.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"
|
hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue