This file is indexed.

/usr/share/pyshared/sphinxcontrib_issuetracker-0.8.egg-info/PKG-INFO is in python-sphinxcontrib.issuetracker 0.8-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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Metadata-Version: 1.0
Name: sphinxcontrib-issuetracker
Version: 0.8
Summary: Sphinx integration with different issuetrackers
Home-page: http://packages.python.org/sphinxcontrib-issuetracker
Author: Sebastian Wiesner
Author-email: lunaryorn@googlemail.com
License: BSD
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-issuetracker
Description: ##########################
        sphinxcontrib-issuetracker
        ##########################
        
        http://packages.python.org/sphinxcontrib-issuetracker
        
        A Sphinx_ extension to turn textual issue ids like ``#10`` into real references
        to these issues in an issue tracker.
        
        Currently the following issue trackers are supported:
        
        - `GitHub <http//github.com>`_
        - `BitBucket <http://bitbucket.org>`_
        - `Launchpad <https://launchpad.net>`_
        - `Google Code <http://code.google.com>`_
        - `Debian BTS <http://bugs.debian.org>`_
        - `Jira <http://www.atlassian.com/software/jira/>`_
        
        A simple API is provided to add support for other issue trackers.  If you added
        support for a new tracker, please consider sending a patch to make your work
        available to other users of this extension.
        
        
        Installation
        ------------
        
        This extension can be installed from the Python Package Index::
        
           pip install sphinx-contrib.issuetracker
        
        Alternatively, you can clone the sphinx-contrib_ repository from BitBucket,
        and install the extension directly from the repository::
        
           hg clone http://bitbucket.org/birkenfeld/sphinx-contrib
           cd sphinx-contrib/issuetracker
           python setup.py install
        
        
        Usage
        -----
        
        Please refer to the documentation_ for further information.
        
        
        .. _Sphinx: http://sphinx.pocoo.org/latest
        .. _sphinx-contrib: http://bitbucket.org/birkenfeld/sphinx-contrib
        .. _documentation: http://packages.python.org/sphinxcontrib-issuetracker
        
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: Topic :: Documentation
Classifier: Topic :: Utilities