diff --git a/srcpkgs/python-pandas/INSTALL.msg b/srcpkgs/python-pandas/INSTALL.msg deleted file mode 100644 index bb49608f3ac..00000000000 --- a/srcpkgs/python-pandas/INSTALL.msg +++ /dev/null @@ -1,3 +0,0 @@ -Recommended dependencies: -- python-numexpr: to accelerate expression evaluation operations -- python-Bottleneck: to accelerate numerical operations diff --git a/srcpkgs/python-pandas/template b/srcpkgs/python-pandas/template deleted file mode 100644 index 2150461ae59..00000000000 --- a/srcpkgs/python-pandas/template +++ /dev/null @@ -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 " -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 -} diff --git a/srcpkgs/python-pandas/update b/srcpkgs/python-pandas/update deleted file mode 100644 index e299d00ea67..00000000000 --- a/srcpkgs/python-pandas/update +++ /dev/null @@ -1 +0,0 @@ -ignore="*rc*"