Sorry, I had lost track of that. When the first update with Python3.x variants #4395 was rejected for already being in fink, nonetheless only the py27 version was adopted in the stable tree.
I have just submitted a new Sphinx update with py34 and py35 versions in #4723.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Confirmed, the doc build requires a newer Sphinx version; in particular the now current upstream needs an additional module numpydoc. Two options:
build the current version with docbuild disabled (files attached) or
wait for a Sphinx update (I have a local 1.6.5 I could submit).
All py36 dependencies should now be present in git. Should I fix the mock-py and six-py situation as described and commit? Then look at getting numpydoc installed and sphinx updated and then come back here to re-enable docs? I have some questions on sphinx, so it might be easier to move this forward as is.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Currently, only sphinx-py27 exists, and it's at version 1.2.3-1.
Sorry, I had lost track of that. When the first update with Python3.x variants #4395 was rejected for already being in fink, nonetheless only the py27 version was adopted in the stable tree.
I have just submitted a new Sphinx update with py34 and py35 versions in #4723.
pytables-py27 fails with this error. py34 and py35 fail similarly
This is the output from the error log cited:
Confirmed, the doc build requires a newer Sphinx version; in particular the now current upstream needs an additional module
numpydoc. Two options:build the current version with docbuild disabled (files attached) or
wait for a Sphinx update (I have a local 1.6.5 I could submit).
This builds w/ 2 caveats:
I can commit the latest version with those changes, and then add py36 when the dependencies become available.
Ping.
All py36 dependencies should now be present in git. Should I fix the mock-py and six-py situation as described and commit? Then look at getting numpydoc installed and sphinx updated and then come back here to re-enable docs? I have some questions on sphinx, so it might be easier to move this forward as is.
Sphinx has come a bit closer to an update, but yes, commiting with
BuildDepends- sphinx andDepends+ mock-py, six-py would be fine for now.