summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-reportlab/package.py
blob: e8a18679476a1ef53c3bf6fe57cef955260f039e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2018 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 PyReportlab(PythonPackage):
    """The ReportLab Toolkit. An Open Source Python library for generating
    PDFs and graphics."""

    homepage = "https://pypi.python.org/pypi/reportlab"
    url      = "https://pypi.io/packages/source/r/reportlab/reportlab-3.4.0.tar.gz"

    version('3.4.0', '3f2522cf3b69cd84426c216619bbff53')