From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32d.google.com (mail-wm1-x32d.google.com [IPv6:2a00:1450:4864:20::32d]) by sourceware.org (Postfix) with ESMTPS id 2CBC53858038 for ; Wed, 30 Dec 2020 18:13:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2CBC53858038 Received: by mail-wm1-x32d.google.com with SMTP id 190so5571104wmz.0 for ; Wed, 30 Dec 2020 10:13:50 -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=k5dM2sNz4tOAzzfUGvyoQ/if27EPhygCUevJA7SYk9c=; b=HPk0ALLriE/Rq6rH5TTu0CTjsWdVv6alpDnGhRz+jBIZUjmzIjaic+5IGH85XSSlLd W5nbjdep1Fuppjvbq17AuMZBYQ0MhmVKsReYmiuLE69nPb19MdIWb9WjSu/EFaQmb47F afozmxaj4+osTFT5kEVVVQ98sDCqsjd4zqgEqkmmog3LSpaRrpWSFdRcIOOKmPNPCNF9 lWFbFVcZINwk+8Ktca3gDRg546sDTJ+NNJGX4K5+4V6A+ppXsGO5kXyiOR9fn9n9cR0f NwUsdVhIszcDJ+A21hlmiobjJFLOYOSmWG4986RKsm3jhyCe2faO11l4NwTnyotDtvC3 LFwQ== X-Gm-Message-State: AOAM531xWXjVmeqyiAIyqV0hxZuL7/UPSCXz/tK2hnCZ3yiWsfC0kI+C pdKCZq2RSpmRFrxIEO9t/SFJlKTpaJkkHw== X-Google-Smtp-Source: ABdhPJzA2JUzSyV1Ogbc8bI+lIz2fyG/BfHwIwNSYLiMgIU0rFf2iUax4RphUOIeuT9fiZ620xqOcg== X-Received: by 2002:a1c:43c5:: with SMTP id q188mr8682017wma.163.1609352029325; Wed, 30 Dec 2020 10:13:49 -0800 (PST) Received: from [192.168.2.121] (p5dda1f06.dip0.t-ipconnect.de. [93.218.31.6]) by smtp.gmail.com with ESMTPSA id r20sm72077626wrg.66.2020.12.30.10.13.48 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 30 Dec 2020 10:13:48 -0800 (PST) Subject: Re: Moving from python2 to python3 To: cygwin-apps@cygwin.com References: <878s9gom2e.fsf@Rainer.invalid> <87zh1wmuma.fsf@Rainer.invalid> <51882bfe-78ff-6363-eb10-63873db8a455@gmail.com> <7d6f8a8e-ea38-3aaa-9ca1-80400213cc75@gmail.com> <87pn2smiu6.fsf@Rainer.invalid> <458953d0-816e-3de8-2101-debfea028373@gmail.com> <8735zn4v49.fsf@Rainer.invalid> <87h7o3pepx.fsf@Otto.invalid> From: Marco Atzeri Message-ID: <68da5e4b-f72a-d82a-735f-8d608ed1cd5a@gmail.com> Date: Wed, 30 Dec 2020 19:13:47 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: 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, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, 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: Wed, 30 Dec 2020 18:13:51 -0000 On 30.12.2020 16:41, Ken Brown via Cygwin-apps wrote: > On 12/30/2020 9:10 AM, ASSI wrote: >> Marco Atzeri via Cygwin-apps writes: >>> it seems the appveyor is not running the postinstall scripts >> >> It does run all the other ones, though… so there's something amiss with >> the logic that triggers that script. > > python38-3.8.3-1 is missing its postinstall script.  All I see is a > cygport-generated /etc/postinstall/python38.sh, packaged with > idle38-3.8.3-1. > > Ken I was referring to python38-3.8.6-2 $ cygcheck -l python38 |grep "^/etc" /etc/postinstall/python38.sh /etc/preremove/python38.sh $ cygcheck -l idle38 |grep "^/etc" /etc/postinstall/idle38.sh /etc/preremove/idle38.sh python27-2.7.18-2 has it wrongly placed. I am uploading a version -3