From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32b.google.com (mail-wm1-x32b.google.com [IPv6:2a00:1450:4864:20::32b]) by sourceware.org (Postfix) with ESMTPS id 0D180386F400 for ; Thu, 21 Jan 2021 16:27:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0D180386F400 Received: by mail-wm1-x32b.google.com with SMTP id m2so1977100wmm.1 for ; Thu, 21 Jan 2021 08:27:11 -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=dFRA3FSJaoRtOkVAVFWQs4ZLApg5pqw6ihTN8NaX7M4=; b=mrOL5uy226CDlvJm6HCx84AFQ8fdIzrwrdwUPGpChAluOf/T9FPLufJ73WPmDVhQ/F MQsCuBkarSnvdmz8Gjg6rMz7Bv9aA9kIckBli85ayweEMEPqZPj1idSJyeoyD2gkrCcH m6wx6QmVNMnkQwWTaExwCsHbXsgpKHikdLaZbqiIWiSIXDTIJoKo3IIxhUfkJAvhygVw n44Zb79EO3x8MDi3JWpUu05MTSDmTQWvlcacZ/d/L0i6eRr3CwytpgqX+O7GaAi5paLz GYSPfEXbPalD+cUYbYqzZJ64igeLipEPc4NYxY4FNi7h1DE+Z74PjW0BFhesRXRvZsap 5rzg== X-Gm-Message-State: AOAM530Wal2gPPAnfDrVk9OdWFUdxWYzHUQDad4FUs9tl7f0MrXb7+Dm ZhE118sWkaI7fDW2iGUcM+QBrcua8C5SbA== X-Google-Smtp-Source: ABdhPJyTt7Qsc5tNbLxVu60VYx11ttie5ibvSemHZBTHdRAjd6cdCzQjmVer8eSRERZ+ACmNkDNL9w== X-Received: by 2002:a1c:9dd5:: with SMTP id g204mr145644wme.37.1611246430137; Thu, 21 Jan 2021 08:27:10 -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 62sm9194285wmd.34.2021.01.21.08.27.09 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 21 Jan 2021 08:27:09 -0800 (PST) Subject: Re: [ANNOUNCEMENT] Test: python packages To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <217c637b-4960-8714-befd-7782826866fc@gmail.com> Date: Thu, 21 Jan 2021 17:27:08 +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:27:12 -0000 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 Hi Hamish please trim when replying > Thanks for packaging pylint Marco, should be very useful. > > While things are mostly fine (I tested with 32-bit and 64-bit with > python36-pylint), I did notice a few things with the pylint packages: > > 1: The "pylint" package itself (the test package) doesn't install any of > the python3x-pylint packages - is this intentional? > > 2: There is no "pylint" or "pylint3" command available in the terminal > after install. Not a deal breaker as one can use "python3.x -m pylint > ./file.py" but being able to run "pylint(3) ./file.py" is a nice > convenience feature :) > > Hamish 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