fca3ce1edf
NumPy was in a nocross state last time pandas was built, so pandas was only built for native arches. Then for some reason it was pruned from the archives (?) instead of being rebuilt.
19 lines
669 B
Bash
19 lines
669 B
Bash
# Template file for 'python3-pandas'
|
|
pkgname=python3-pandas
|
|
version=1.0.1
|
|
revision=2
|
|
wrksrc="pandas-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-Cython python3-numpy"
|
|
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=e363cc2ac29bdcc122690cbbffc62b454f7f7d4d46644433c3ea51753d15592b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|