X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 950D1383F84E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1611247955; bh=NGyyjfvBZA4RBnP9Gk6P5jmPV/NH460nwi+JPvbvnzE=; 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=V49IphCxXwHfbXzsEK6r6pg3kizklrDc6N7cL8EHosbn1uGdTdTyJ6u8URoGHU1SX gXn4mzzKxnqhfExwrB5z8tuYCNPNao5aggrFPftZDsoDSQqCW/9XMQYkkANnkTqHOP LFzVIjkA9wxfbvDULVcdnyqFtXG5tXP87ImsmbhA= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A5974384A882 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) Subject: Re: [ANNOUNCEMENT] Test: python packages To: cygwin AT cygwin DOT com References: <217c637b-4960-8714-befd-7782826866fc AT gmail DOT com> 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-Language: it 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 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 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 -- 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