From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x632.google.com (mail-ej1-x632.google.com [IPv6:2a00:1450:4864:20::632]) by sourceware.org (Postfix) with ESMTPS id 4D167393C849 for ; Tue, 19 Jan 2021 15:39:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4D167393C849 Received: by mail-ej1-x632.google.com with SMTP id a10so12484104ejg.10 for ; Tue, 19 Jan 2021 07:39:51 -0800 (PST) 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=bbRHR9Ee/JShvZpfRX8E0q1Bzg6hRth0Gs1TbOEspaM=; b=epXJ4Rb4dM++vQdN2X6a4QRrGQ89FHhoPVG9rfKg0bzuSXAQTkUUy2YsLcbxCW07cN EVKtvbWRA7Mp6xwuID5ITzvcspal5egIYkc4fEVNWsEt6USb8mFxdwcg24W3kELTy8R1 W0vt1CTzluuU+dJhdgfsI0Unfi8YLQPHbBXC5SbKVDZ5oCxDk3hXcA8+MoRBQ2ezUZyP R3C+CaJRy6hLdLGvPBF2SBrER3QqrYwRnn56PbwN5QcNc1/EP8CtT/bo0ja7oiisQTJq H6uVoaYbAaXrmmfyt8WjxoeOWMaln0xm22oabz9gQRh72xm4q+uwm4tQlgKeijGVE6P/ ppzw== X-Gm-Message-State: AOAM530GPUGxVie/SJICbQiYHpmX5hEmcpqoS9zhUTXQvWGJVbJwTZEs r1bghMwsPLeuhBakfn1qtEN3WOmptQv9mQ== X-Google-Smtp-Source: ABdhPJxSpv3cPphOYXH8NIZq/cJBb6sKMSMKp5fHaFDp5dLl3hsCFU+f/jQElVRQR8LaKfBQ50+e0Q== X-Received: by 2002:a17:906:4348:: with SMTP id z8mr3390991ejm.371.1611070790415; Tue, 19 Jan 2021 07:39:50 -0800 (PST) Received: from ?IPv6:2003:cc:9f0c:c834:e8c3:b812:a2f6:6594? (p200300cc9f0cc834e8c3b812a2f66594.dip0.t-ipconnect.de. [2003:cc:9f0c:c834:e8c3:b812:a2f6:6594]) by smtp.gmail.com with ESMTPSA id c14sm11539246edr.46.2021.01.19.07.39.49 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 19 Jan 2021 07:39:49 -0800 (PST) Subject: Re: python 2 check & cleaning To: cygwin-apps@cygwin.com References: <36097d57-1f25-fae2-3524-be116c991a30@cornell.edu> From: Marco Atzeri Message-ID: <17a0a3ee-fdcc-6727-c5c7-60e7eeaef746@gmail.com> Date: Tue, 19 Jan 2021 16:39:48 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: <36097d57-1f25-fae2-3524-be116c991a30@cornell.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: it Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, 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-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2021 15:39:52 -0000 On 19.01.2021 16:10, Ken Brown via Cygwin-apps wrote: > On 1/18/2021 1:25 PM, Ken Brown via Cygwin-apps wrote: >> On 1/18/2021 12:33 AM, Marco Atzeri via Cygwin-apps wrote: >>> Hi All, >>> > > I've started doing some trial rebuilds on a system with the test python3 > packages installed.  I'm finding that cygport doesn't pick up any python > dependency for some packages (such as texlive-collection-binextra-doc) > even though there's a script with a shebang "#!/usr/bin/env python". > Marco, you've probably said this already, but could you confirm that > this is to be expected until cygport is modified? > > Ken Hi Ken, it is expected as python is not anymore reporting to any package. Just add python38 or python3 as dependency. I plan to put python38 that obsoletes python3 Regards Marco