20 lines
663 B
Bash
20 lines
663 B
Bash
# Template file for 'python3-pandas-msgpack'
|
|
pkgname=python3-pandas-msgpack
|
|
version=0.1.5
|
|
revision=6
|
|
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
|
|
}
|