python-pandas: update to 0.23.1
This commit is contained in:
parent
361e9d14ce
commit
a850b6e42a
|
@ -1,21 +1,20 @@
|
|||
# Template file for 'python-pandas'
|
||||
pkgname=python-pandas
|
||||
version=0.23.0
|
||||
version=0.23.1
|
||||
revision=1
|
||||
wrksrc="pandas-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pandas"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython"
|
||||
makedepends="python-devel python3-devel python-numpy python3-numpy
|
||||
python-dateutil python3-dateutil python-pytz python3-pytz
|
||||
python-Cython python3-Cython"
|
||||
python-dateutil python3-dateutil python-pytz python3-pytz"
|
||||
depends="python-numpy python-dateutil python-pytz"
|
||||
short_desc="Python2 data analysis library"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://pandas.pydata.org/"
|
||||
license="BSD-3-Clause"
|
||||
distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
|
||||
checksum=0775e4d94cd7f37f14864161aa5548495e17128b9aa85cac32fcb4916f6f3dda
|
||||
checksum=e3f773022779945931e3585775bc21a9c3d3dece07517c8e1fc38589843837b1
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue