summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-xlsxwriter/package.py
blob: 1a859fa885d7b8c0445a5e8163f3aa0d7c8cd7ec (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 PyXlsxwriter(PythonPackage):
    """XlsxWriter is a Python module for writing files in the Excel 2007+ XLSX
       file format."""

    homepage = "https://pypi.python.org/pypi/XlsxWriter"
    url      = "https://pypi.io/packages/source/X/XlsxWriter/XlsxWriter-1.0.2.tar.gz"

    version('1.0.2', '586f97beeb458c5707794882125330d2')