delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/06/28/03:40:25

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:to:from:subject:date:message-id:references
:mime-version:content-type:content-transfer-encoding; q=dns; s=
default; b=trdxoCvQ5v6GghhaHn/avaTqrFaoMMSQxs9kGfjjbnJpuLOqzsikD
ejMzFkXTwI+tO9GRDnGIRHBTE+rWZHFgJs1TCRK4rViSDFeu5vwj3s/5EQVR4G8h
xBzxLQkJTl+Hlkqruyfsqu17IUn+6NI2nTnrfSlmhdJ3IB1w92y2BM=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:to:from:subject:date:message-id:references
:mime-version:content-type:content-transfer-encoding; s=default;
bh=EtYYUC6edafQnW3RJHGEYVuNZ6A=; b=G335sAc3KTUf/CdsPShGxmx5V2ny
1rrRh/rHIDw/aSXwY84PJ4Xv1eQNDLNu8cuhGvzemHYmv4kGQOfRq+4RaMT56kiJ
BaI/dYh1ZVBN9N4j/pgBjd6fgXlB0tyE6sWbSNh+5yYdHnshYkyHmr0zSPTQkJhy
evwP41G5lIU8m0U=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_LAZY_DOMAIN_SECURITY,KAM_OTHER_BAD_TLD autolearn=no version=3.3.2 spammy=fort, H*r:Unknown, Fort, UD:php
X-HELO: blaine.gmane.org
To: cygwin AT cygwin DOT com
From: Oleksandr Gavenko <gavenkoa AT gmail DOT com>
Subject: Re: rst2html missing from latest docutils
Date: Wed, 28 Jun 2017 10:39:48 +0300
Lines: 62
Message-ID: <vriumv8sv9vf.fsf@gavenkoa.example.com>
References: <CA+fGtfDBkeNYnFPUDh+ugQfVmS-98a8FryO29gAKucQPsC9_Ug AT mail DOT gmail DOT com>
Mime-Version: 1.0
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (cygwin)
X-IsSubscribed: yes

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019