mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
30 lines
772 B
Plaintext
30 lines
772 B
Plaintext
# IT4Innovations 2017
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'isort'
|
|
version = '4.2.15'
|
|
versionsuffix = '-Python-2.7.13-base'
|
|
github_account = 'timothycrosley'
|
|
|
|
homepage = 'https://github.com/timothycrosley/isort'
|
|
description = """isort is a Python utility / library to sort imports alphabetically,
|
|
and automatically separated into sections. It provides a command line utility, Python
|
|
library and plugins for various editors to quickly sort all your imports."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = [GITHUB_SOURCE]
|
|
sources = ['%(version)s.tar.gz']
|
|
|
|
dependencies = [
|
|
('Python', '2.7.13', '-base', True),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/isort'],
|
|
'dirs': ['lib/python%(local_pyshortver)s/site-packages/isort-%(version)s-py2.7.egg'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|