This file is indexed.

/usr/share/pyshared/sphinxcontrib_blockdiag-1.3.0.egg-info/PKG-INFO is in python-sphinxcontrib.blockdiag 1.3.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Metadata-Version: 1.1
Name: sphinxcontrib-blockdiag
Version: 1.3.0
Summary: Sphinx "blockdiag" extension
Home-page: http://bitbucket.org/birkenfeld/sphinx-contrib
Author: Takeshi Komiya
Author-email: i.tkomiya@gmail.com
License: BSD
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-blockdiag
Description: 
        This package contains the blockdiag Sphinx extension.
        
        .. _Sphinx: http://sphinx.pocoo.org/
        .. _blockdiag: http://blockdiag.com/en/blockdiag/
        
        This extension enable you to insert block diagrams in your Sphinx document.
        Following code is sample::
        
           .. blockdiag::
        
              diagram {
                A -> B -> C;
                     B -> D;
              }
        
        
        This module needs blockdiag_.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities