python-pandas: drop package
This commit is contained in:
parent
f1842f0128
commit
3ca0fa703a
|
@ -1,3 +0,0 @@
|
|||
Recommended dependencies:
|
||||
- python-numexpr: to accelerate expression evaluation operations
|
||||
- python-Bottleneck: to accelerate numerical operations
|
|
@ -1,20 +0,0 @@
|
|||
# Template file for 'python-pandas'
|
||||
pkgname=python-pandas
|
||||
version=0.24.2
|
||||
revision=2
|
||||
wrksrc="pandas-${version}"
|
||||
build_style=python2-module
|
||||
pycompile_module="pandas"
|
||||
hostmakedepends="python-setuptools python-Cython"
|
||||
makedepends="python-devel python-numpy python-dateutil python-pytz"
|
||||
depends="python-numpy python-dateutil python-pytz"
|
||||
short_desc="Python2 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=286787f06ac1b7bd322d04f9cf20e14ec3e0bd6b0ec9951456d8c53375545aa1
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
ignore="*rc*"
|
Loading…
Reference in New Issue