X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4D435386100D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1596872698; bh=ssQVizM1Dt1vs39mXz3FIB5ilDMAD61QP6rWuzfIw5Q=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=n9cmj08FQB342ctCWowjHwjky5vS8/xHk+ZYWILYObn6Vhb5HkjlSeGuioAeyZWjH B9vvbzvGRk2il9zg3v6nt8eTBCoxjvNm4GPbqXKpRgMryCw+jRaMZyeqWhuWZkkQIl U+PARGel0Bh+i1npH1sYy5GKjNeNVceHI+9863YY= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D13C2386100D X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=vHZ9gYax2n/RYCoFIiRRjEAFw0z90Y9zv4s/tI6/1cA=; b=FM9mJsxxt1msqNIywsn4eJaEcIzocGHirROZ01gIPI/13YAXf569tnyWTnq8Vfs9kk dYrDt6gCH2ynBH634hYx5L859SsxeJiVblgobUf67xbYyyEGj69LcMgyXcnasc3pjNMf AytWI9AobduvP/RvxJ+qm42cPy0RWS+IRuEvKitwtxQMykO3+H6MassRvytcbYNXS1Xw lcXZJsfL5n4S81isaICdRFwACusC7G5SCFRUV17DuFuQjopO9ZQ3EDSPL01tdCB+U4NG 9stA4nu6ly4j0U+J+Y/l3nW0dsABX0w896h3m2C84lBR19ZCrbfQic29uP4Rtl87E5FZ r/jQ== X-Gm-Message-State: AOAM530GBsqsAOl0sttfMndIS9vTeRMCzFzPhGdpS+4+vQznP94duE/4 gBGr+4AHoxP2mB1JSC3LuwZdFLS7A3m27Qy5Zab03ogs X-Google-Smtp-Source: ABdhPJzjvAvLay77X3cgervjeU5RJQr0BEoBXfb7rYtTmTlLA+QWPeioiVOtFPPJEHlQxnY/GPqqIptAQtd9c7Ou42Q= X-Received: by 2002:a9d:7c3:: with SMTP id 61mr15875480oto.110.1596872694536; Sat, 08 Aug 2020 00:44:54 -0700 (PDT) MIME-Version: 1.0 Date: Sat, 8 Aug 2020 09:44:41 +0200 Message-ID: Subject: Missing 'sphinx-build' command from python37-sphinx package To: cygwin AT cygwin DOT com X-Spam-Status: No, score=-3.3 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" 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. 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 -- 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