PYTHON_COMPAT=( python3_{5,6,7} )
-inherit autotools python-any-r1
+inherit autotools python-single-r1
DESCRIPTION="Tiny library providing a C \"class\" for working with arbitrary big sizes in bytes"
HOMEPAGE="https://github.com/storaged-project/libbytesize"
sys-devel/gettext
doc? ( dev-util/gtk-doc )
test? (
- dev-python/pocketlint
- dev-python/polib
+ dev-python/pocketlint[${PYTHON_USEDEP}]
+ dev-python/polib[${PYTHON_USEDEP}]
)
"
src_configure() {
local myeconfargs=(
- $(use_with python python3)
$(use_with doc gtk-doc)
+ $(use_with python python3)
$(use_with tools)
)
econf "${myeconfargs[@]}"