X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E238A3857C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1596962325; bh=ACrG4OqtqJqHn6KhVDXgHinlM9SZzo7NcQRD4R4CUt8=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=Qchhu7By7iSFuo7pGDcfKFCFzIy/uUWgG853xoHUkOTQAiAVQ9EWb5wr3XBdpsQFO UOze4vNPsqw6Tz9fWcMEIcsy684s4MgsYotHX156wjU+luDMMZBarTk4A/TH3J6B5t ZDwau0agadbBRQg3Sujym4V9l7wdrJEJqDDNai+c= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A31CA3857C4A X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5fiPzo+b/HOFB8QX8OyC9NfsPM2sV0X21YbS4ZJ3HFY=; b=NvTHc5J30trG+qoLet30/ZKzdY+FrM3/a6jWZbPA/NuIuYH8pnom/W3Uie3vjKQVHA uHdYIAfBIaRtrWiWpqap4Ij0AczLyp6S5kFVtSygRzeXCv/wVAzNqJuNVZii6cmb2iY+ 4W/l5kDTiFqstaant3j6ieOeKOkpS0ww/Qblh1qzXVTBqqVeCH79zCqXXtNAIk4yG4ia 63assfoE+VUbuqP4naQ3Mn9C0YYLh8TVQJ8+rahnoRItEt6/MFl054VQqIhmRqCQUwvM dAGRWTzozXkv8+dIClJXlK5cy8Y+AtnPrE7leTmPfE7oS4I1d3bs9jenZ87QLMhDtRhs nGtQ== X-Gm-Message-State: AOAM530jlGM1SLsyoXjKBWW5Vy3PP/PbgdOKNGJ8FmpQCvP6QH5FBqis 25LlBp/Y0IkBYinFFpfoVMeCJrCZ4//zH+dtkr0= X-Google-Smtp-Source: ABdhPJwIzbbfcCJ3EJtAtN8XRe3SkfUAdnHHrfD3u9xFnsc2S+10GdTcRsYFsFASKvfwRhD5GNirskGfI46Ya220BMw= X-Received: by 2002:aca:fc4e:: with SMTP id a75mr18758244oii.46.1596962322024; Sun, 09 Aug 2020 01:38:42 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sun, 9 Aug 2020 10:38:29 +0200 Message-ID: Subject: Re: Missing 'sphinx-build' command from python37-sphinx package To: Hamish MB X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Xavier Delaruelle via Cygwin Reply-To: Xavier Delaruelle Cc: "cygwin AT cygwin DOT com" Content-Type: text/plain; charset="utf-8" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 0798dDhu006103 If command names are versioned it is important to get a consistent way for users to install THE package that provides the 'sphinx-build' command (the one without version reference in the name). Without having to search which specific package provides this command and without having to update this package reference when a new minor version of Python is added. Xavier Le sam. 8 août 2020 à 22:08, Hamish MB via Cygwin a écrit : > Perhaps versioned commands like sphinx-build36, 37, 38 and a sphinx-build > command that defaults to 3.8? > > Hamish > On 8 Aug 2020, at 20:07, Marco Atzeri via Cygwin > wrote: > > On 08.08.2020 09:44, Xavier Delaruelle via Cygwin wrote: > Hello, > > I am using cygwin through the AppVeyor CI environment to check my software > build process and non-regression testsuite : > > https://ci.appveyor.com/project/xdelaruelle/modules > > In this environment I use python37-sphinx package to build the > documentation of the software, which requires the 'sphinx-build' command. > > It seems that this 'sphinx-build' command has disappeared from > python37-sphinx package recently: > > > https://ci.appveyor.com/project/xdelaruelle/modules/builds/34537360/job/870u7prqtwgbwtnk > > Which is confirmed by listing package content: > > > https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fpython37-sphinx%2Fpython37-sphinx-3.1.2-1&grep=sphinx > > This issue is also affecting the python36-sphinx package. > > 36 was not changed from before, I will look for a way to provide a > suitable sphinx-build that works with all 3.x versions > > > python38-package contains the 'sphinx-build' command, however it seems > there are some missing requirements to make this package operational. I > get > an "Could not import extension sphinx.builders.epub3 > (exception: No module > named 'sphinxcontrib')" error, see build log: > > > https://ci.appveyor.com/project/xdelaruelle/modules/builds/34542552/job/9tw241syk4upr4r1 > > Regards, > Xavier > > noted. > It is always difficult to establish which submodule are mandatory > and which are just optional. > > It seems I nedd to deploy > > python38-sphinxcontrib-websupport > python38-sqlalchemy > python38-whoosh > > let me fews days > > 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 > -- > 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 > -- 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