summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-linecache2/package.py
blob: a5aa44c2fb4dde5ae718aca173a1972bec3048fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 PyLinecache2(PythonPackage):
    """Backports of the linecache module"""

    homepage = "https://github.com/testing-cabal/linecache2"
    url      = "https://pypi.io/packages/source/l/linecache2/linecache2-1.0.0.tar.gz"

    version('1.0.0', '7b25d0289ec36bff1f9e63c4329ce65c')

    depends_on('py-setuptools', type='build')
    depends_on('py-pbr', type=('build', 'run'))