This file is indexed.

/usr/lib/python2.7/dist-packages/pySFML-1.3.0.egg-info is in python-sfml 1.5.1.is.1.3+dfsg-1+b2.

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
Metadata-Version: 1.1
Name: pySFML
Version: 1.3.0
Summary: Python bindings for SFML
Home-page: http://python-sfml.org
Author: Jonathan de Wachter, Edwin O Marshall
Author-email: dewachter.jonathan@gmail.com, emarshall85@gmail.com
License: LGPLv3
Description: About
        =====
        This is version 1.3.0 of Python bindings for `SFML2 <http://www.sfml-dev.org/>`_
        released under the `LGPLv3 <http://www.gnu.org/copyleft/lgpl.html>`_ license.
        
        Python bindings really are the perfect way to sketch software using SFML.
        
        By combining the strength of SFML with the ease of the Python language,
        we can provide an amazing tool to quickly build multimedia software.
        
        Getting the Code
        ================
        After you've installed `Git <http://git-scm.com/downloads>`_, you may issue
        the following command to obtain the source::
        
            git clone git@github.com:Sonkun/python-sfml.git
            cd python-sfml
        
        The source from the add-ons projects are available as submodules, which may be
        obtained by issuing the following additional commands::
        
            git submodule init
            git submodule update
        
        Alternatively, you may clone the main project and its submodules all at once
        with the following command::
        
            git clone --recursive git://github.com:Sonkun/python-sfml.git
            cd python-sfml
        
        Resources
        =========
        * Website: http://python-sfml.org
        * Project Page: https://github.com/Sonkun/python-sfml
        * Documentation: http://python-sfml.org/1.3
        * Bug Tracker: http://github.com/Sonkun/python-sfml/issues
        
        Contact Information
        ===================
        Feel free to email us with any questions or concerns:
        
        * `Jonathan De Wachter <mailto:dewachter.jonathan@gmail.com>`_
        * `Edwin Marshall <mailto:emarshall85@gmail.com>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Cython
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Multimedia
Classifier: Topic :: Software Development :: Libraries :: Python Modules