mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
28 lines
799 B
Plaintext
28 lines
799 B
Plaintext
# 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 pylint’s 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'
|