From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x332.google.com (mail-ot1-x332.google.com [IPv6:2607:f8b0:4864:20::332]) by sourceware.org (Postfix) with ESMTPS id D13C2386100D for ; Sat, 8 Aug 2020 07:44:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D13C2386100D Received: by mail-ot1-x332.google.com with SMTP id h16so3400248oti.7 for ; Sat, 08 Aug 2020 00:44:55 -0700 (PDT) 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 From: Xavier Delaruelle Date: Sat, 8 Aug 2020 09:44:41 +0200 Message-ID: Subject: Missing 'sphinx-build' command from python37-sphinx package To: cygwin@cygwin.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 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.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: , X-List-Received-Date: Sat, 08 Aug 2020 07:44:57 -0000 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