aboutsummaryrefslogtreecommitdiff
blob: e6a02c86a6b950353cf649895f927af847e9a392 (plain)
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
__init__py = configure_file(
    input : '__init__.py',
    output : '__init__.py',
    configuration : conf_data
)

py.install_sources(
    [
        __init__py,
        'belongs.py',
        'check.py',
        'depends.py',
        'depgraph.py',
        'files.py',
        'has.py',
        'hasuse.py',
        'keywords.py',
        'list_.py',
        'meta.py',
        'size.py',
        'uses.py',
        'which.py',
    ],
    subdir : 'gentoolkit/equery'
)