X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8E1433861884 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1597144897; bh=t8OmQtO40CIfM4crYiE4mwl9Og3dbQdU+mlo+RdNoHs=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=fiD7U0m2v7tIOZHGjONj/yNwFIh1JfnOroWnERpgGmOBcOSrQipOkXS2Rn5EhZaUe bXcWMgs8+M7meOPczzmea9lgg4m6DPnebhjvyHdBVZDng601H8Gt2DW3aiWU3v4EzA F8VJoJ6bEDcP9Gb7/GRyl1v+nyXElo1lwr6Cw3Ys= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 35B173850437 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=V2ogVkN26jfiaPv89iMysKSDm/sxw+z7nzewVzVMl3k=; b=rIjBmYBxnD0smGm2p/ijCoQzyIpY1hhYz17/+wGPIskXkIXbByVhNhoGr4s3YhlZpN 4xrES26iL6ZzYDp7mhdrl5TamIHQmggqwYL5bViQb2/1ovmyEDg9KoeFsSky2grBDmgJ Pnm0OcCBo7+6Tl7HFb/rGXzW9A8dAXFiWZr3c2q21LL/F1zrJNHfgiZGED+o5VpQvL5r r0xVlg5I2LpaFOTuM27bk62ohVBoP4phb4jEGyZeCSMcABRTYm7MtCNEfde2F2sz943B /OxU37nRqAqfaMSsLhqXmc8vbLRrtvLhh2C/PzqOrhjaslIfL/oQiiyJkr1zyXqk1vmV alFQ== X-Gm-Message-State: AOAM533c38U/v+em324RuYLWQq3MzW4x9TvkljXld1vvW/lpjM/jQFi/ WYNPQITU3FAXRRhB8HCGVRGXzMoSxs0= X-Google-Smtp-Source: ABdhPJxbDa1dA3TmkUdzrbWuh53bwcpM1WCbTAdQxBJYVTUEppNVZlKE4AiYG2ujx6vW9nfRNwFX4Q== X-Received: by 2002:a50:ba8c:: with SMTP id x12mr26297896ede.319.1597144893993; Tue, 11 Aug 2020 04:21:33 -0700 (PDT) Subject: Re: Missing 'sphinx-build' command from python37-sphinx package To: Xavier Delaruelle References: <0b776916-a68d-56c4-0b2f-306413f21587 AT gmail DOT com> <9e1409df-2f7a-34b1-370c-cea9cc24406f AT gmail DOT com> <5feee671-d580-5cdd-3d0f-06587690b108 AT gmail DOT com> Message-ID: <379a1387-3cd6-1264-e51c-51838c39ac1a@gmail.com> Date: Tue, 11 Aug 2020 13:21:32 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: Content-Language: it X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Cc: "cygwin AT cygwin DOT com" Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" On 11.08.2020 10:56, Xavier Delaruelle wrote: > Hello, > > I confirm that my documentation build is ok (log at [1]) with the > following extension package installed on top of python37-sphinx > > python37-sphinxcontrib-serializinghtml > python37-sphinxcontrib-applehelp > python37-sphinxcontrib-devhelp > python37-sphinxcontrib-htmlhelp > python37-sphinxcontrib-qthelp > > Looking at Sphinx project sources, it seems that even if these > *builders* have been moved aside in separate projects starting version > 2, they are still mandatory for sphinx core to operate. Looking at the > Sphinx.egg-info/requires.txt file in source tarball, we can find at the > beginning: > > sphinxcontrib-applehelp > sphinxcontrib-devhelp > sphinxcontrib-jsmath > sphinxcontrib-htmlhelp > sphinxcontrib-serializinghtml > sphinxcontrib-qthelp > > So to honor those requirements, I think the sphinx cygport file should > be updated like in the attached patch. > > Regards, > Xavier > > [1] > https://ci.appveyor.com/project/xdelaruelle/modules/builds/34591628/job/6u76k02d4uriq91q > Hi Xavier, please bottom post on this mailing list. Noted, but sphinxcontrib-jsmath is not available so this requires.txt is not 100% accurate anyway Regards Marco -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple