X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:subject:from:to:in-reply-to
	:references:content-type:mime-version:date
	:content-transfer-encoding; q=dns; s=default; b=H6WVeqhtcsIAWQ94
	wUTnII3JAMtLJJzGs0qHYrR2QdlbmIa63MZzo2uIDk/v3BWHD2R1mxv+mwwl1oJU
	1HN0Rh5kbAcIbKfShU+GltVIbwqEobZERb+Y/3KZ8xJDy0FVMpn4NRPsS4YmInDk
	0a9N9E0eCFOo65jULXorgbOQ61o=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:subject:from:to:in-reply-to
	:references:content-type:mime-version:date
	:content-transfer-encoding; s=default; bh=MlzEF7sn0PC5SrkZTdIB6U
	+z60c=; b=JsPFsdcYDQiAHXTjw2zMuaG0FrlmLj7M5HOKXzpbRTwCOLektOzGAF
	iXPLEmsvz+Jvm/7r4qyYeR52o+JNfTHIjSZPzqG2PU9OaWEXdGIl/zKOdU3cjTA7
	+P+pETSdIUt64KMb+xpxsYRzV//xOUATMN1Vstp2pSUQLW3itoyiI=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*M:cygwin, Steven, steven
X-HELO: mx1.redhat.com
Message-ID: <0966bd837e33ca9ff07b13271211b2f5d2939793.camel@cygwin.com>
Subject: Re: Python extraneous dependencies
From: Yaakov Selkowitz <yselkowitz@cygwin.com>
To: cygwin@cygwin.com
In-Reply-To: <5c73e2de.1c69fb81.51805.32cd@mx.google.com>
References: <a22c262a6916033450bc011dc181bc6f553a9baf.camel@cygwin.com>	 <5c73e2de.1c69fb81.51805.32cd@mx.google.com>
Content-Type: text/plain; charset="UTF-8"
Mime-Version: 1.0
Date: Mon, 25 Feb 2019 22:11:15 -0600
Content-Transfer-Encoding: 7bit

On Mon, 2019-02-25 at 04:43 -0800, Steven Penny wrote:
> On Sun, 24 Feb 2019 17:42:36, Yaakov Selkowitz wrote:
> > On Sat, 2019-02-23 at 16:29 -0800, Steven Penny wrote:
> > > I noticed that "python36" requires "binutils".
> > 
> > This is needed for ctypes.util.find_library().  FWIW, on Linux, not
> > only binutils is used, but also gcc.
> > 
> > > Further, I noticed this dependency chain:
> > > 
> > >     python36 > libuuid-devel > pkg-config > libglib2.0_0
> > 
> > Until 3.7, the uuid stdlib module loads libuuid via ctypes, hence the
> > dependency.  In 3.7, there is a compiled binding, and so the -devel
> > dependency was dropped.  Also, pkgconf will soon be providing and
> > replacing pkg-config, which will cause the glib2.0 dependency to be
> > dropped.
> 
> thanks. i was interested further in comparison so i took this file:
> 
> https://python.org/ftp/python/3.6.8/python-3.6.8-embed-amd64.zip
> 
> then use tar for fair comparison:
> 
>     tar -a -c -f python-3.6.8-embed-amd64.tar.xz python-3.6.8-embed-amd64

Did you look at the contents of that zip file?  It's quite minimal, and
therefore not a fair comparison at all.

> and that doesnt include the other packages i previously discussed. so it almost
> makes more sense to not even use the cygwin version?

Hardly, but discussing how/why *not* to use Cygwin is OT IMO.

--
Yaakov



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

