New package: python3-pandas-msgpack-0.1.5
This commit is contained in:
parent
6611a77bfb
commit
9a959dd04f
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-pandas-msgpack/template
Normal file
20
srcpkgs/python3-pandas-msgpack/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'python3-pandas-msgpack'
|
||||
pkgname=python3-pandas-msgpack
|
||||
version=0.1.5
|
||||
revision=1
|
||||
wrksrc="pandas-msgpack"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-Cython"
|
||||
makedepends="python3-devel"
|
||||
depends="python3-pandas>=0.25.3"
|
||||
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=e01b1158c66265315338657310ac42edac81b33a5b178a68b29adcf2aeefd22e
|
||||
nocross="python3-pandas is nocross"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
}
|
Loading…
Reference in a new issue