This file is indexed.

/usr/share/python-ase/doc/easybuild/ASE-3.14.1-foss-2016b-Python-2.7.12.eb is in python-ase-doc 3.15.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
easyblock = 'PythonPackage'

name = 'ASE'
version = '3.14.1'
versionsuffix = '-Python-%(pyver)s'

homepage = 'http://wiki.fysik.dtu.dk/ase'
description = """ASE is a python package providing an open source Atomic Simulation Environment
 in the Python scripting language."""

toolchain = {'name': 'foss', 'version': '2016b'}

source_urls = [PYPI_LOWER_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['e65862336cf2633b7dfe03e9bddd9bd24e0fb88fa767b059ab6b6aeb35e94af2']

dependencies = [
    ('Python', '2.7.12'),
    ('matplotlib', '1.5.3', '-Python-%(pyver)s'),
]

sanity_check_paths = {
    'files': ['bin/ase'],
    'dirs': [],
}

moduleclass = 'chem'