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

new file: duplicate new file: i/isort/isort-4.2.15-Python-2.7.13-base.eb modified: it4i new file: p/pylint/pylint-1.7.2-Python-2.7.13-base.eb modified: test.sh
30 lines
795 B
Plaintext
30 lines
795 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 = {'name': 'dummy', 'version': ''}
|
|
|
|
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%(pyshortver)s/site-packages/isort-%(version)s-py2.7.egg'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|