python3-pandas-msgpack: rebuild for Cython 3

This commit is contained in:
Andrew J. Hesford 2023-07-21 08:33:05 -04:00
parent 2db11f2b81
commit 0c52a6b3f2
1 changed files with 4 additions and 3 deletions

View File

@ -1,17 +1,18 @@
# Template file for 'python3-pandas-msgpack' # Template file for 'python3-pandas-msgpack'
pkgname=python3-pandas-msgpack pkgname=python3-pandas-msgpack
version=0.1.5 version=0.1.5
revision=4 revision=5
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython" hostmakedepends="python3-setuptools python3-Cython"
makedepends="python3-devel" makedepends="python3-devel"
depends="python3-pandas>=0.25.3" depends="python3-pandas"
short_desc="Providing an interface to msgpack from pandas" short_desc="Providing an interface to msgpack from pandas"
maintainer="Pulux <pulux@pf4sh.de>" maintainer="Pulux <pulux@pf4sh.de>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://www.pf4sh.eu/git/pulux/pandas-msgpack/" homepage="https://www.pf4sh.eu/git/pulux/pandas-msgpack/"
distfiles="https://www.pf4sh.eu/git/pulux/pandas-msgpack/archive/${version}.tar.gz" distfiles="https://www.pf4sh.eu/git/pulux/pandas-msgpack/archive/${version}.tar.gz"
checksum=e01b1158c66265315338657310ac42edac81b33a5b178a68b29adcf2aeefd22e checksum=25288bc498cc0f9579c227cf33e20fc41d6d47ef58cc9fde27ede9796a647822
make_check=no # Tests rely on obsolete pandas features
post_install() { post_install() {
vlicense LICENSE.md vlicense LICENSE.md