aboutsummaryrefslogtreecommitdiff
blob: 7ca8d4e4d354822cb284ce8644dc7b240ffb65c6 (plain)
1
2
3
4
5
6
7
8
9
py.install_sources(
    [
        'test_decodeint.py',
        '__init__.py',
        '__test__.py',
    ],
    subdir : 'portage/tests/xpak',
    pure : not native_extensions
)