mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +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
516 B
Plaintext
26 lines
516 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'PythonPackage'
|
|
name = 'fasteners'
|
|
version = '0.14.1'
|
|
|
|
homepage = 'https://pypi.python.org/pypi/fasteners'
|
|
description = 'A python package that provides useful locks.'
|
|
|
|
toolchain = {'name': 'Py', 'version': '2.7'}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('six', '1.11.0'),
|
|
('monotonic', '1.5'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'python'
|