21 lines
671 B
Bash
21 lines
671 B
Bash
# Template file for 'python-pandas'
|
|
pkgname=python-pandas
|
|
version=0.24.2
|
|
revision=2
|
|
wrksrc="pandas-${version}"
|
|
build_style=python2-module
|
|
pycompile_module="pandas"
|
|
hostmakedepends="python-setuptools python-Cython"
|
|
makedepends="python-devel python-numpy python-dateutil python-pytz"
|
|
depends="python-numpy python-dateutil python-pytz"
|
|
short_desc="Python2 data analysis library"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://pandas.pydata.org/"
|
|
distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
|
|
checksum=286787f06ac1b7bd322d04f9cf20e14ec3e0bd6b0ec9951456d8c53375545aa1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|