easyconfigs-it4i/a/astroid/astroid-1.5.3-Python-2.7.13-base.eb

28 lines
799 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# IT4Innovations 2017
easyblock = 'PythonPackage'
name = 'astroid'
version = '1.5.3'
versionsuffix = '-Python-2.7.13-base'
github_account = 'PyCQA'
homepage = 'https://github.com/PyCQA/astroid'
description = """The aim of this module is to provide a common base representation of python
source code for projects such as pychecker, pyreverse, pylint… Well, actually the development of
this library is essentially governed by pylints needs. It used to be called logilab-astng."""
toolchain = {'name': 'system', 'version': ''}
source_urls = [GITHUB_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [
('Python', '2.7.13', '-base', True),
]
sanity_check_paths = {'files': [], 'dirs': [
'lib/python%(pyshortver)s/site-packages/astroid-%(version)s-py2.7.egg'], }
moduleclass = 'lib'