mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python-pandas: update to 0.18.1
This commit is contained in:
parent
115f785720
commit
b59cdc85a2
1 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-pandas'
|
# Template file for 'python-pandas'
|
||||||
pkgname=python-pandas
|
pkgname=python-pandas
|
||||||
version=0.18.0
|
version=0.18.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pandas-${version}"
|
wrksrc="pandas-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -15,11 +15,8 @@ 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=c975710ce8154b50f39a46aa3ea88d95b680191d1d9d4b5dd91eae7215e01814
|
checksum=d2e483692c7915916dffd1b83256ea9761b4224c8d45646ceddf48b977ee77b2
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
find pandas -type f -name '*.py' -exec sed -i '/^#!.*python$/d' {} +
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue