mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
python-pandas: update to 0.19.0
This commit is contained in:
parent
153b52d282
commit
b0c7d42a13
1 changed files with 4 additions and 3 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'python-pandas'
|
# Template file for 'python-pandas'
|
||||||
pkgname=python-pandas
|
pkgname=python-pandas
|
||||||
version=0.18.1
|
version=0.19.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pandas-${version}"
|
wrksrc="pandas-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
makedepends="python-devel python3.4-devel python-numpy python3.4-numpy
|
makedepends="python-devel python3.4-devel python-numpy python3.4-numpy
|
||||||
python-dateutil python3.4-dateutil python-pytz python3.4-pytz"
|
python-dateutil python3.4-dateutil python-pytz python3.4-pytz
|
||||||
|
python-Cython python3.4-Cython"
|
||||||
depends="python-numpy python-dateutil python-pytz"
|
depends="python-numpy python-dateutil python-pytz"
|
||||||
pycompile_module="pandas"
|
pycompile_module="pandas"
|
||||||
short_desc="Python2 data analysis library"
|
short_desc="Python2 data analysis library"
|
||||||
|
@ -15,7 +16,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://pandas.pydata.org/"
|
homepage="http://pandas.pydata.org/"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/p/pandas/pandas-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pandas/pandas-${version}.tar.gz"
|
||||||
checksum=d2e483692c7915916dffd1b83256ea9761b4224c8d45646ceddf48b977ee77b2
|
checksum=4697606cdf023c6b7fcb74e48aaf25cf282a1a00e339d2d274cf1b663748805b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue