Skip to content

Commit 3d47f7d

Browse files
committed
python3-pandas-msgpack: rebuild for Cython 3
1 parent 7e932fb commit 3d47f7d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

srcpkgs/python3-pandas-msgpack/template

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Template file for 'python3-pandas-msgpack'
22
pkgname=python3-pandas-msgpack
33
version=0.1.5
4-
revision=4
4+
revision=5
55
build_style=python3-module
66
hostmakedepends="python3-setuptools python3-Cython"
77
makedepends="python3-devel"
8-
depends="python3-pandas>=0.25.3"
8+
depends="python3-pandas"
99
short_desc="Providing an interface to msgpack from pandas"
1010
maintainer="Pulux <[email protected]>"
1111
license="BSD-3-Clause"
1212
homepage="https://www.pf4sh.eu/git/pulux/pandas-msgpack/"
1313
distfiles="https://www.pf4sh.eu/git/pulux/pandas-msgpack/archive/${version}.tar.gz"
14-
checksum=e01b1158c66265315338657310ac42edac81b33a5b178a68b29adcf2aeefd22e
14+
checksum=25288bc498cc0f9579c227cf33e20fc41d6d47ef58cc9fde27ede9796a647822
15+
make_check=no # Tests rely on obsolete pandas features
1516

1617
post_install() {
1718
vlicense LICENSE.md

0 commit comments

Comments
 (0)