easyconfigs-it4i/p/prompt-toolkit/prompt-toolkit-1.0.6-intel-2016b-Python-3.5.2.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

31 lines
842 B
Plaintext

easyblock = 'PythonPackage'
name = 'prompt-toolkit'
version = '1.0.6'
versionsuffix = '-Python-%(pyver)s'
homepage = 'https://github.com/jonathanslenders/python-prompt-toolkit'
description = """prompt_toolkit is a Python library for building powerful interactive command lines and terminal applications."""
toolchain = {'name': 'intel', 'version': '2016b'}
source_urls = ['https://pypi.python.org/packages/eb/81/a7ad3c223f323d05381208c262889bd09577852bd5044a13965a9a13f5ed/']
sources = ['prompt_toolkit-%(version)s-py3-none-any.whl']
dependencies = [
('Python', '3.5.2'),
('wcwidth', '0.1.7', versionsuffix),
]
use_pip = True
unpack_sources = False
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages/prompt_toolkit'],
}
options = {'modulename': 'prompt_toolkit'}
moduleclass = 'lib'