make: Entering directory '/var/tmp/portage/dev-python/pyzor-1.0.0/work/pyzor-release-1-0-0-python3_4/docs' Makefile:12: *** The 'sphinx-build' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the 'sphinx-build' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/. Stop. make: Leaving directory '/var/tmp/portage/dev-python/pyzor-1.0.0/work/pyzor-release-1-0-0-python3_4/docs' Happens whenever USE=doc is enabled. Reproducible: Always
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3fe7a396ce39cfe22c324b03d4b48fd359da77 commit 4d3fe7a396ce39cfe22c324b03d4b48fd359da77 Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2018-03-18 15:13:33 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2018-03-23 23:34:26 +0000 dev-python/pyzor: new revision to fix some open bugs. Lots of changes all at once: * Update to EAPI=6. * Remove an old pkg_postinst() notice about a relocated executable. * Add IUSE=gdbm to make the gdbm daemon backend optional. * Only require a (gdbm, mysql, redis) backend with USE=pyzord. * Add a patch submitted upstream (by me) to fix a unicode crash. * Require sphinx with USE=doc (bug 636752). * Remove version constraints on redis-py and gevent (bug 643692). * Use HOMEPAGE to make SRC_URI fit on one line. * Add die() to "mv" and "rm" commands in src_install. * Removed seemingly-unnecessary DISTUTILS_IN_SOURCE_BUILD=1. * Added myself to metadata.xml as a maintainer. * Improved the back-end database engine USE flag descriptions. Bug: https://bugs.gentoo.org/636752 Bug: https://bugs.gentoo.org/643692 Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../read-stdin-as-binary-in-get_input_msg.patch | 45 ++++++++++++++ dev-python/pyzor/metadata.xml | 22 +++++-- dev-python/pyzor/pyzor-1.0.0-r1.ebuild | 70 ++++++++++++++++++++++ 3 files changed, 133 insertions(+), 4 deletions(-)}
I've unmasked -r1 and this is fixed there. I'll stabilize it ASAP to deal with the other dependency issue. Thanks for the report!