mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
python3-pandas-msgpack: remove package
This package hasn't been updated in the five years since it has been added, and it requires ever more patching to work with the evolving Python and Cython ecosystem.
This commit is contained in:
parent
ca32e1b054
commit
2c1f64cd4d
3 changed files with 1 additions and 33 deletions
|
@ -1,14 +0,0 @@
|
|||
--- ./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,19 +0,0 @@
|
|||
# Template file for 'python3-pandas-msgpack'
|
||||
pkgname=python3-pandas-msgpack
|
||||
version=0.1.5
|
||||
revision=7
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-Cython"
|
||||
makedepends="python3-devel"
|
||||
depends="python3-pandas"
|
||||
short_desc="Providing an interface to msgpack from pandas"
|
||||
maintainer="Pulux <pulux@pf4sh.de>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://www.pf4sh.eu/git/pulux/pandas-msgpack/"
|
||||
distfiles="https://www.pf4sh.eu/git/pulux/pandas-msgpack/archive/${version}.tar.gz"
|
||||
checksum=25288bc498cc0f9579c227cf33e20fc41d6d47ef58cc9fde27ede9796a647822
|
||||
make_check=no # Tests rely on obsolete pandas features
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
}
|
|
@ -767,6 +767,7 @@ replaces="
|
|||
python3-nose-random<=1.0.0_6
|
||||
python3-nose<=1.3.7_10
|
||||
python3-pafy<=0.5.5_7
|
||||
python3-pandas-msgpack<=0.1.5_7
|
||||
python3-pgpdump<=1.5_10
|
||||
python3-pyPEG2<=2.15.2_7
|
||||
python3-pyenet<=5.15.0_2
|
||||
|
|
Loading…
Add table
Reference in a new issue