From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87107 invoked by alias); 19 Nov 2017 16:53:31 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 87091 invoked by uid 89); 19 Nov 2017 16:53:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_20,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=ecdsa, orphaned, Anyone, collisions X-Spam-User: qpsmtpd, 2 recipients X-HELO: emh07.mail.saunalahti.fi Received: from emh07.mail.saunalahti.fi (HELO emh07.mail.saunalahti.fi) (62.142.5.117) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 19 Nov 2017 16:53:28 +0000 Received: from ahu.cante.net (91-157-45-105.elisa-laajakaista.fi [91.157.45.105]) by emh07.mail.saunalahti.fi (Postfix) with ESMTP id CB2BE3FD6; Sun, 19 Nov 2017 18:53:25 +0200 (EET) Received: from jaalto by ahu.cante.net with local (Exim 4.89) (envelope-from ) id 1eGSqS-00069I-Fm; Sun, 19 Nov 2017 18:53:24 +0200 Date: Sun, 19 Nov 2017 16:53:00 -0000 From: Jari Aalto To: Yaakov Selkowitz Cc: cygwin-apps@cygwin.com Subject: O: pylint, python-logilab-*, python-paramiko, spambayes (python package collisions) Message-ID: <20171119165323.6wsirphjakbbj5hv@ahu.cante.net> References: <7ec2dec5-a86b-2a54-cd5e-d8c42102cd67@cygwin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <7ec2dec5-a86b-2a54-cd5e-d8c42102cd67@cygwin.com> User-Agent: NeoMutt/20170609 (1.8.3) X-IsSubscribed: yes X-SW-Source: 2017-11/txt/msg00076.txt.bz2 On 2017-11-15 18:54, Yaakov Selkowitz wrote: | | Your python-based packages listed below all collide with each other and | python2-setuptools by shipping parts of the latter. They also bundle | other python libraries instead of shipping them separately. Orphaned now. Anyone interested, feel free to take over. Thanks for keeping track of things, Jari | * pylint: bundles astroid (the successor to logilab-astng) | * python-logilab-common | * python-logilab-astng (obsolete) | * python-paramiko: bundles ecdsa | * spambayes: bundles lockfile, pydns | | Furthermore, the non-program modules should be built for both python2 | and python3; cygport's python-wheel will do this for you. The programs | should use whichever of python{2,3}-distutils for the Python version | they require.