dev-python/clang-python: Utilize partial checkout

This commit is contained in:
Michał Górny
2017-11-18 08:56:47 +01:00
parent 3f7301f365
commit 761e0e4f1f
2 changed files with 10 additions and 0 deletions

View File

@@ -29,6 +29,11 @@ DEPEND="${RDEPEND}"
S=${WORKDIR}/${P}/bindings/python
src_unpack() {
git-r3_fetch
git-r3_checkout '' '' '' bindings/python
}
src_test() {
python_foreach_impl python -m unittest discover -v || die
}