On 2017-06-27, Daniel Fort wrote: > python 2 and 3 docutils was recently updated from 0.13.1-1 to 0.13.1-2. > > rst2html.py along with several of the other scripts are missing on > this updated version. > > More information on this forum post: > > http://www.magiclantern.fm/forum/index.php?topic=15894.msg186458#msg186458 > My update of those packages show that only python2-docutils is broken::
bash# apt-cyg show python2-docutils python3-docutils python2-docutils sdesc: "Python reStructuredText processing module" version: 0.13.1-2 [prev] version: 0.13.1-1 python3-docutils sdesc: "Python reStructuredText processing module" version: 0.13.1-2 [prev] version: 0.13.1-1 Let's look: bash# zgrep /bin /etc/setup/python2-docutils.lst.gz bash# zgrep /bin /etc/setup/python3-docutils.lst.gz usr/bin/ usr/bin/rst2html.py usr/bin/rst2html5.py usr/bin/rst2latex.py usr/bin/rst2man.py usr/bin/rst2odt.py usr/bin/rst2odt_prepstyles.py usr/bin/rst2pseudoxml.py usr/bin/rst2s5.py usr/bin/rst2xetex.py usr/bin/rst2xml.py usr/bin/rstpep2html.py bash# command -v rst2html.py /usr/bin/rst2html.py ================================================================ I rely on rst2html to generate http://tips.defun.work/ site. >From /usr/share/doc/python2-docutils/README.txt: Using Docutils with Python 3.x is less tested and might still have some issues. If executables from Python 2 build are deprecated (and disabled on purpose) please update docs. -- http://defun.work/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple