easyconfigs-it4i/ARCHIVE/i/isort/isort-4.2.15-Python-2.7.13-base.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
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
2022-05-05 11:22:37 +02:00

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'