21 lines
682 B
Bash
21 lines
682 B
Bash
# Template file for 'python3-pandas'
|
|
pkgname=python3-pandas
|
|
version=0.25.1
|
|
revision=1
|
|
wrksrc="pandas-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="pandas"
|
|
hostmakedepends="python3-setuptools python3-Cython"
|
|
makedepends="python3-devel python3-numpy python3-dateutil python3-pytz"
|
|
depends="python3-numpy python3-dateutil python3-pytz"
|
|
short_desc="Python3 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=94e2fccca4f758b5dc20e80466516bd6dc2ee24dd62fc8bf41866b8902d3d2eb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|