mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
python3-pandas-msgpack: rebuild for Python 3.12
This commit is contained in:
parent
d69f6881f0
commit
cc13e5b8a4
2 changed files with 15 additions and 1 deletions
14
srcpkgs/python3-pandas-msgpack/patches/python3.12.patch
Normal file
14
srcpkgs/python3-pandas-msgpack/patches/python3.12.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- ./versioneer.py.orig 2023-09-29 10:02:24.403985079 -0400
|
||||
+++ ./versioneer.py 2023-09-29 10:02:36.679060444 -0400
|
||||
@@ -339,9 +339,9 @@
|
||||
# configparser.NoOptionError (if it lacks "VCS="). See the docstring at
|
||||
# the top of versioneer.py for instructions on writing your setup.cfg .
|
||||
setup_cfg = os.path.join(root, "setup.cfg")
|
||||
- parser = configparser.SafeConfigParser()
|
||||
+ parser = configparser.ConfigParser()
|
||||
with open(setup_cfg, "r") as f:
|
||||
- parser.readfp(f)
|
||||
+ parser.read_file(f)
|
||||
VCS = parser.get("versioneer", "VCS") # mandatory
|
||||
|
||||
def get(parser, name):
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-pandas-msgpack'
|
||||
pkgname=python3-pandas-msgpack
|
||||
version=0.1.5
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-Cython"
|
||||
makedepends="python3-devel"
|
||||
|
|
Loading…
Add table
Reference in a new issue