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
26 lines
567 B
Plaintext
26 lines
567 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'CMakeMake'
|
|
|
|
name = 'librsync'
|
|
version = "2.0.2"
|
|
|
|
homepage = 'http://git-scm.com/'
|
|
description = "librsync is a library for calculating and applying network deltas, with an interface designed to ease integration into diverse network applications."
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
source_urls = ['https://github.com/librsync/librsync/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
|
|
builddependencies = [
|
|
('CMake', '3.9.1')
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/rdiff'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'lib'
|