mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00

new file: b/bcrypt/bcrypt-3.1.4-Py-2.7.eb new file: c/cffi/cffi-1.11.5-Py-2.7.eb new file: c/cryptography/cryptography-2.3-Py-2.7.eb new file: d/duplicity/duplicity-0.7.17.eb new file: e/enum34/enum34-1.1.6-Py-2.7.eb new file: f/fasteners/fasteners-0.14.1-Py-2.7.eb new file: i/idna/idna-2.7-Py-2.7.eb new file: i/ipaddress/ipaddress-1.0.22-Py-2.7.eb new file: l/librsync/librsync-2.0.2.eb new file: m/monotonic/monotonic-1.5-Py-2.7.eb new file: p/PyNaCl/PyNaCl-1.2.1-Py-2.7.eb new file: p/paramiko/paramiko-2.4.1-Py-2.7.eb new file: p/pyasn1/pyasn1-0.4.4-Py-2.7.eb new file: p/pycparser/pycparser-2.18-Py-2.7.eb Former-commit-id: 464767c2365506f80a9acc3b30d4fe348604f8dc
30 lines
636 B
Plaintext
30 lines
636 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = "PythonPackage"
|
|
name = 'paramiko'
|
|
version = '2.4.1'
|
|
|
|
homepage = 'https://pypi.python.org/pypi/paramiko'
|
|
description = 'This is a library for making SSH2 connections (client or server).'
|
|
|
|
toolchain = {'name': 'Py', 'version': '2.7'}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('six', '1.11.0'),
|
|
('bcrypt', '3.1.4'),
|
|
('cffi', '1.11.5'),
|
|
('cryptography', '2.3'),
|
|
('pyasn1', '0.4.4'),
|
|
('PyNaCl', '1.2.1'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'python'
|