new package: py-scp
This commit is contained in:
parent
85cafffec4
commit
b74b36901e
19
var/spack/repos/builtin/packages/py-scp/package.py
Normal file
19
var/spack/repos/builtin/packages/py-scp/package.py
Normal file
@ -0,0 +1,19 @@
|
||||
# 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 PyScp(PythonPackage):
|
||||
"""scp module for paramiko"""
|
||||
|
||||
homepage = "https://github.com/jbardin/scp.py"
|
||||
url = "https://pypi.io/packages/source/s/scp/scp-0.13.2.tar.gz"
|
||||
|
||||
version('0.13.2', sha256='ef9d6e67c0331485d3db146bf9ee9baff8a48f3eb0e6c08276a8584b13bf34b3')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-paramiko', type=('build', 'run'))
|
||||
depends_on('python@2.6:2.8,3.3:', type=('build', 'run'))
|
Loading…
Reference in New Issue
Block a user