summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pandas
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2016-08-10 01:50:00 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2016-08-10 16:33:39 -0700
commit240f1fd2239552f37d0f8a8841496414b163ef10 (patch)
tree9bf142e5208ec715ae1ba0a556799276a77b27a6 /var/spack/repos/builtin/packages/py-pandas
parent867121ca68e436e95fe338b4ca80ab154dd6388a (diff)
downloadspack-240f1fd2239552f37d0f8a8841496414b163ef10.tar.gz
spack-240f1fd2239552f37d0f8a8841496414b163ef10.tar.bz2
spack-240f1fd2239552f37d0f8a8841496414b163ef10.tar.xz
spack-240f1fd2239552f37d0f8a8841496414b163ef10.zip
Spack packages now PEP8 compliant.
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pandas')
-rw-r--r--var/spack/repos/builtin/packages/py-pandas/package.py12
1 files changed, 10 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-pandas/package.py b/var/spack/repos/builtin/packages/py-pandas/package.py
index 8bd4227faf..37234ae652 100644
--- a/var/spack/repos/builtin/packages/py-pandas/package.py
+++ b/var/spack/repos/builtin/packages/py-pandas/package.py
@@ -23,10 +23,18 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
##############################################################################
from spack import *
-import os
+
class PyPandas(Package):
- """pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with relational or labeled data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python. Additionally, it has the broader goal of becoming the most powerful and flexible open source data analysis / manipulation tool available in any language."""
+ """pandas is a Python package providing fast, flexible, and expressive
+ data structures designed to make working with relational or
+ labeled data both easy and intuitive. It aims to be the
+ fundamental high-level building block for doing practical, real
+ world data analysis in Python. Additionally, it has the broader
+ goal of becoming the most powerful and flexible open source data
+ analysis / manipulation tool available in any language.
+
+ """
homepage = "http://pandas.pydata.org/"
url = "https://pypi.python.org/packages/source/p/pandas/pandas-0.16.0.tar.gz#md5=bfe311f05dc0c351f8955fbd1e296e73"