dev-libs/liblouis: bump to 3.13.0 with various ebuild fixes
* Use a subslot for liblouis.so soname, as it frequently changes and
brltty links to it
* BDEPEND on setuptools with USE=python - eclass doesn't do it for
us because we are DISTUTILS_OPTIONAL=1
* Use proper upstream release tarball, instead of tag snapshot,
thus removing the need to eautoreconf
* Add automagic libyaml test dependency
* Add support for python 3.7 and 3.8
* Comment why DOCS/HTML_DOCS and einstalldocs are set and done after
python conditional code, and use default src_install instead of
emake and einstalldocs separately
* Drop legacy wide-unicode python required use - this was only
relevant for python2, support of which was dropped in 3.10.0 ebuild
by now
There is still an automagic dep on texinfo (makeinfo) for building
or not building some documentation, which remains like that, but
can't fix everything at once here.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>