summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-xlrd/package.py
blob: 1c23bf825bf7d196a774ef681bb3ceb418c04ecb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *


class PyXlrd(PythonPackage):
    """Library for developers to extract data from Microsoft Excel (tm)
    spreadsheet files"""

    homepage = 'http://www.python-excel.org/'
    url      = "https://pypi.io/packages/source/x/xlrd/xlrd-0.9.4.tar.gz"

    version('0.9.4', sha256='8e8d3359f39541a6ff937f4030db54864836a06e42988c452db5b6b86d29ea72')