summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-sshtunnel/package.py
blob: 9a88f6042f0896a2e9a561efd0f09105a69247d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2021 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)


class PySshtunnel(PythonPackage):
    """Pure python SSH tunnels."""

    homepage = "https://github.com/pahaz/sshtunnel"
    pypi = "sshtunnel/sshtunnel-0.1.5.tar.gz"

    version('0.1.5', sha256='c813fdcda8e81c3936ffeac47cb69cfb2d1f5e77ad0de656c6dab56aeebd9249')

    depends_on('py-setuptools', type='build')
    depends_on('py-paramiko@1.15.2:', type=('build', 'run'))