This file is indexed.

/usr/lib/python2.7/dist-packages/fdroidserver-0.2.1.egg-info/PKG-INFO is in fdroidserver 0.2.1-4.

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
Metadata-Version: 1.1
Name: fdroidserver
Version: 0.2.1
Summary: F-Droid Server Tools
Home-page: https://f-droid.org
Author: The F-Droid Project
Author-email: team@f-droid.org
License: UNKNOWN
Description: F-Droid is an installable catalogue of FOSS (Free and Open Source Software)
        applications for the Android platform. The client makes it easy to browse,
        install, and keep track of updates on your device.
        
        The F-Droid server tools provide various scripts and tools that are used to
        maintain the main F-Droid application repository. You can use these same tools
        to create your own additional or alternative repository for publishing, or to
        assist in creating, testing and submitting metadata to the main repository.
        
        For documentation, please see the docs directory.
        
        Alternatively, visit https://f-droid.org/manual/
        
        
        Installing
        ----------
        
        The easiest way to install the fdroidserver tools is to use virtualenv and pip
        (if you are Debian/Ubuntu/Mint/etc, you can first try installing using
        `apt-get install fdroidserver`).  First, make sure you have virtualenv
        installed, it should be included in your OS's Python distribution or via other
        mechanisms like dnf/yum/pacman/emerge/Fink/MacPorts/Brew.  Then here's how to
        install:
        
            git clone https://gitlab.com/fdroid/fdroidserver.git
            cd fdroidserver
            virtualenv env/
            . env/bin/activate
            pip install -e .
            python2 setup.py install
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX
Classifier: Topic :: Utilities