From c3bc8892eb7fad515676b5a4d2daf2422b4e6820 Mon Sep 17 00:00:00 2001 From: Pulux Date: Thu, 7 May 2020 07:58:27 +0200 Subject: [PATCH] New package: python3-pandas-msgpack-0.1.5 --- srcpkgs/python3-pandas-msgpack/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-pandas-msgpack/template diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template new file mode 100644 index 00000000000..f5ad322fd03 --- /dev/null +++ b/srcpkgs/python3-pandas-msgpack/template @@ -0,0 +1,19 @@ +# Template file for 'python3-pandas-msgpack' +pkgname=python3-pandas-msgpack +version=0.1.5 +revision=1 +archs="x86_64*" +wrksrc="pandas-msgpack" +build_style=python3-module +hostmakedepends="python3-setuptools python3-Cython python3-devel" +depends="python3-pandas>=0.25.3" +short_desc="Providing an interface to msgpack from pandas" +maintainer="Pulux " +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 + +post_install() { + vlicense LICENSE.md +}