mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
subversion: rebuild for Python 3.12
This commit is contained in:
parent
a6ce1fff15
commit
5cdf695581
2 changed files with 12 additions and 1 deletions
11
srcpkgs/subversion/patches/python3.12.patch
Normal file
11
srcpkgs/subversion/patches/python3.12.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- ./build/generator/gen_base.py
|
||||
+++ ./build/generator/gen_base.py
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
# Now read and parse build.conf
|
||||
parser = configparser.ConfigParser()
|
||||
- parser.readfp(open(fname))
|
||||
+ parser.read_file(open(fname))
|
||||
|
||||
self.conf = build_path(os.path.abspath(fname))
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
pkgname=subversion
|
||||
version=1.14.2
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-javahl --disable-static --config-cache
|
||||
--with-gnome-keyring --with-editor=vi --disable-mod-activation
|
||||
|
|
Loading…
Add table
Reference in a new issue