From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by sourceware.org (Postfix) with ESMTPS id 50DC73857035 for ; Tue, 7 Jul 2020 18:40:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 50DC73857035 Received: by mail-ed1-x52a.google.com with SMTP id g20so39248846edm.4 for ; Tue, 07 Jul 2020 11:40:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=7ijLWDy1pBEf2pNFghYnvi6b4I5AogMtkR28dG5/A0k=; b=crEa/h534W86gyCu6ihOtOo/1ZfO8rhhGsaXbBZVNrunwoj+Abp40BtjR9DiRj1U1O jQYgqrN4LHvrr6y+GPL2ImkzgHlz2LphkEy9+zRyBsv30XN9xaQeKgkFtrZ+judt6/eS Bg6uC7RoR8sDqrkYBDt/WweBx0uZajqbjC/AW5Amk7RzMeodKx8MU1hVNME0nYu2eb0a 3XYAL8ZgTJwxLGFwszKDzC6UBA73krGNIKkqxEpQTV2VNFZDfQgVqtR5mcvP6Tx5bHAW LIEC+qYhR6RWsO3iQ7t7bP1lXSDRnB8UmmpvAeYLmQSoE/OGHFWdOegdr36V1bkH1i9w B+Fw== X-Gm-Message-State: AOAM530oRCapERqEAr6tijfQc0cmgHetvKzYdd7Yodc3Z+s0ELYVPhmY K+eUPBXrYdbUTVCuPHlw+hpqVglR X-Google-Smtp-Source: ABdhPJx1YBeR2Nv1NUPSts54N7PlfR+N98kCtdnO74iCUuTHOjigvZpjC4YKW1OQ7oIUoDRM0LqmlQ== X-Received: by 2002:a05:6402:b72:: with SMTP id cb18mr25370642edb.352.1594147240128; Tue, 07 Jul 2020 11:40:40 -0700 (PDT) Received: from ?IPv6:2003:cc:9f39:6a6e:13a:f548:b6a5:52e4? (p200300cc9f396a6e013af548b6a552e4.dip0.t-ipconnect.de. [2003:cc:9f39:6a6e:13a:f548:b6a5:52e4]) by smtp.gmail.com with ESMTPSA id y22sm695738ejf.108.2020.07.07.11.40.39 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 07 Jul 2020 11:40:39 -0700 (PDT) Subject: Re: Python - plan & execution From: Marco Atzeri To: cygwin-apps@cygwin.com References: <8de4bc18-86d2-4f3b-e2c4-8d1cd5792a23@gmail.com> <3bc0b1e5-adb3-1824-524b-a0a2465782f7@gmail.com> <700147b0-5910-68c4-d464-4005cdb33497@gmail.com> Message-ID: Date: Tue, 7 Jul 2020 20:40:37 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <700147b0-5910-68c4-d464-4005cdb33497@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, 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, 07 Jul 2020 18:40:42 -0000 following on the python update, as I hit a strange issue inherit python-wheel NAME="python-cython" VERSION=0.29.20 builds only version for 3.7 and 3.8 nothing on the log explains why for 3.6 is not built https://pypi.org/project/Cython/ similar for python numpy inherit python-wheel NAME="python-numpy" VERSION=1.19.0 only 3.7 and 3.8 versions are built further strange of h5py inherit python3-wheel NAME="python3-h5py" VERSION=2.10.0 builds only for 3.8 Any clue what I should look for ? Marco