From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32c.google.com (mail-wm1-x32c.google.com [IPv6:2a00:1450:4864:20::32c]) by sourceware.org (Postfix) with ESMTPS id A5974384A882 for ; Thu, 21 Jan 2021 16:52:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A5974384A882 Received: by mail-wm1-x32c.google.com with SMTP id o10so5272740wmc.1 for ; Thu, 21 Jan 2021 08:52:32 -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=HktJ9uHhZJcDOUh827JY/42oMOgKVpcItKxNkfVFuzM=; b=YwMc6/UJuaxdpHm6rv9OWp1Xt6wPBK4BGINNzn564ndOQ1y6+2iXGApgweo4PI5HAk LffAyvN7xESAasP004td90TKtxYLUc1hjb/jgyphHXGUPN7WimMCpO9tQdEBQylUUqQA Myv7mwq3nh22ZFuMkAHyYMJi6RwdJWycIZVAXBZdDk9GR2StsXAUoboJJ4/74iF+tFuA ZTPl0+Kel5pBfk8Iu6dxh8oQC6Zj4mq1ZZT8nV94eTNX7eveIUHqyZ8xyDLExFVX/dl/ AtcX4mxPgl9Sf1nwyCWnnp2J/Z8FhW1Oyp27cxlTlZNO+AZPoJ2MR7gU3GK9BAq6Qber G2Hg== X-Gm-Message-State: AOAM532W55m20R+T2d18pPmokhv39eXFqFQR6CwE18GG51jbSUYh15Vo Q10YbVVqJCkNdVVfbDutrhwmBDeZBC/Kbw== X-Google-Smtp-Source: ABdhPJxQoWJBe22gNxLnmyjfg82sOJsXG/2sW6pRj5JHpX4PS5yws+GZ1eodwyE07gYbxpJQ7vFhYw== X-Received: by 2002:a1c:7511:: with SMTP id o17mr252058wmc.176.1611247951748; Thu, 21 Jan 2021 08:52:31 -0800 (PST) Received: from ?IPv6:2003:cc:9f0c:c829:da0:b96d:5847:a707? (p200300cc9f0cc8290da0b96d5847a707.dip0.t-ipconnect.de. [2003:cc:9f0c:c829:da0:b96d:5847:a707]) by smtp.gmail.com with ESMTPSA id g18sm9552255wrw.61.2021.01.21.08.52.31 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 21 Jan 2021 08:52:31 -0800 (PST) Subject: Re: [ANNOUNCEMENT] Test: python packages To: cygwin@cygwin.com References: <217c637b-4960-8714-befd-7782826866fc@gmail.com> From: Marco Atzeri Message-ID: <21a9a54c-7433-caa0-0b66-b49a81e3cc6e@gmail.com> Date: Thu, 21 Jan 2021 17:52:30 +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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit 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@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: Thu, 21 Jan 2021 16:52:34 -0000 On 21.01.2021 17:37, Hamish McIntyre-Bhatty via Cygwin wrote: > On 21/01/2021 16:27, Marco Atzeri via Cygwin wrote: >> On 21.01.2021 17:18, Hamish McIntyre-Bhatty via Cygwin wrote: >>> On 19/01/2021 21:08, Marco Atzeri via Cygwin-announce via Cygwin wrote: >>>> Several python packages have been uploaded as test >> >> >> it should pull python38-pylint >> >> $ cygcheck -l python38-pylint | grep bin >> /usr/bin/pylint3.8 >> /usr/bin/epylint3.8 >> /usr/bin/pyreverse3.8 >> /usr/bin/symilar3.8 >> /usr/bin/pylint >> /usr/bin/epylint >> /usr/bin/pyreverse >> /usr/bin/symilar > > Okay, just realised I was wrong about the shortcut, as I do have > /usr/bin/pylint3.6. My bad. > > However, it didn't pull python38-pylint in for me. An interesting thing > just happened when I opened setup again though: it says pending > operations are to remove "pylint" and install "python38-pylint". When I > told it I wanted to keep "pylint" I got a dependency issue, see attached > screenshot. > > In case it's helpful to know, I had the old "pylint" package installed > already and upgraded it to your test version. > > Hamish > on the setup.ini you can see ----------------------------------- @ python38-pylint sdesc: "python code static checker" ... [test] version: 2.6.0-1 ... depends2: python38, python38-astroid, python38-isort, python38-mccabe, python38-pytest, python38-toml obsoletes: pylint <<<<<< build-depends: cygport -------------------------------- install one and it will remove the other, also as they have the same content in this case Regards Marco