aboutsummaryrefslogtreecommitdiff
blob: 4ac3a0842201a639efb2852de453e5768717d284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
py.install_sources(
    [
        'Config.py',
        'ContentDB.py',
        'DeletionIterator.py',
        'DeletionTask.py',
        'FetchIterator.py',
        'FetchTask.py',
        'MirrorDistTask.py',
        'main.py',
        '__init__.py',
    ],
    subdir : 'portage/_emirrordist',
    pure : not native_extensions
)