X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C21F3857021 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1596913663; bh=pjbNSY8/PCgQPpZYBzpuxfE1vs2RrHcujhorDTnK+js=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=BwOcuVIS2LaxFMO5APU6bKmx4kVPJN9hsPU9w3e6BanF8bcDn/Zewp1onjjBfHx1u xj+zmmzEw/ZOTpTWnUgq5QcOztvSnhOPo4yUqHYYfRnc3SS3r97uzabyX1FUk9ZkF9 o9GM9cKSlzkye3X+ntU6D010Ro4MmEAy8c3zrCqo= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B1A0A3857C4B X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Uvb194cF5DjdRQNMhXsV+bKQqjTMXRZUFkM3WovmA+o=; b=MmS8HwiDmlfOomxtDpFQcT8qiwE5d8Q3cmvkKUX14idw0Yxu4DHaCl9QNJM6nuRPHI NthNc1YGP8Ilwdxp+jIRD2ppmrToohsjE96lKcoEylp2VSFGGb+C+JLYdSsirB51W+qp mE6GlMVqr25GI6fb6UW+n3nj9PFiNXTuWbUn8e9emQPLj6u8q2+Kok9Lxh2UJEg9wuDt ZyacFEyfn4M0MlE/mGkB6xdsKUaRo6OMD9UcUuv16FBcj6qs48WTHD2p+t2KpoKxZQuW +BWdLs4b6gx7MeWXCh8dQSOlp/fXw0I4/tFgMbXtbvPzF3tp5z27OKxmWoVQ4PaMVoWQ V09Q== X-Gm-Message-State: AOAM5334lXSI2u9Y4PwRaPg6oxrr0uGjVdKUAb7ABkoyNrA3ARtt+gx3 iIAITXJQOGK/90zeGWySGWAyTLim4PM= X-Google-Smtp-Source: ABdhPJz22YxH+hdqBPNGwKXcxNZA7UnjwbrkzksqAonLJgRNP5u50BCli7E1bqqcaz1bcsTPG+9PFg== X-Received: by 2002:a5d:4e8c:: with SMTP id e12mr17482811wru.19.1596913659588; Sat, 08 Aug 2020 12:07:39 -0700 (PDT) Subject: Re: Missing 'sphinx-build' command from python37-sphinx package To: cygwin AT cygwin DOT com References: Message-ID: Date: Sat, 8 Aug 2020 21:07:37 +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.9 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 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" 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