mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python-pandas: update to 0.23.1
This commit is contained in:
parent
361e9d14ce
commit
a850b6e42a
1 changed files with 4 additions and 5 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'python-pandas'
|
# Template file for 'python-pandas'
|
||||||
pkgname=python-pandas
|
pkgname=python-pandas
|
||||||
version=0.23.0
|
version=0.23.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pandas-${version}"
|
wrksrc="pandas-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pandas"
|
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
|
makedepends="python-devel python3-devel python-numpy python3-numpy
|
||||||
python-dateutil python3-dateutil python-pytz python3-pytz
|
python-dateutil python3-dateutil python-pytz python3-pytz"
|
||||||
python-Cython python3-Cython"
|
|
||||||
depends="python-numpy python-dateutil python-pytz"
|
depends="python-numpy python-dateutil python-pytz"
|
||||||
short_desc="Python2 data analysis library"
|
short_desc="Python2 data analysis library"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://pandas.pydata.org/"
|
homepage="https://pandas.pydata.org/"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
|
distfiles="https://github.com/pandas-dev/pandas/archive/v${version}.tar.gz"
|
||||||
checksum=0775e4d94cd7f37f14864161aa5548495e17128b9aa85cac32fcb4916f6f3dda
|
checksum=e3f773022779945931e3585775bc21a9c3d3dece07517c8e1fc38589843837b1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue