delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2024/04/25/13:46:43

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 113C73858401
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1714067201;
bh=SASOimwn3WeqqX2Ee20zqotvqlR42z+rue2ZRqAn208=;
h=Date:To:Cc:Subject:References:In-Reply-To:List-Id:
List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe:
From:Reply-To:From;
b=sH1DDr4s3gxfbJ0ddh8BvmUqiRjfm0rZNVx73FI2IDtVkiN5r2Mb+BHsg+n04mHVM
phyUmey3IFHH1IyBbVSglTvkymfDERIOO+BDWFa7qToCHEprAsJC+/1Fz+7vao9K3b
sJBMP+Ji0yqbNSVSw3oivAL3sE5LdgOvun0kd1xs=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A4D623858D20
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org A4D623858D20
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714067176; cv=none;
b=sjmDrMJmcOsHiIO5U1TP+QVYpzBpClapg7SS7JUH/HXy1+S3BlfHobnALsy4so0YGfEtb1OYSsjfF7T5doVCJGG6L6z4L2geV0KAFBkIvpYICemHxs4+A999qaeYj4WQNSJT9KONxDeB68y1wUbAh6ipLVwPxsctVCqfOo5WkZ4=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1714067176; c=relaxed/simple;
bh=dA5f/5brIIWZ7MzBn7yN5bM8ez176XQ/Yi18jYv4rm8=;
h=Date:From:To:Subject:Message-ID:Mime-Version;
b=F1PEoZmhknZR8ShqOgVaYZoQ5C1XeUdNSGmvTLzgRcx7T7MpeRX0Eqj/63h7+2Fbcu+kIV4fJQM71gdIu5/9EJS8OeJo71QjSLPa6hfW5QTVg7Q0sNGVsQ6iuSrAMSrMLcSrqicNmNyxeXP5MsaRz/2+rTljIUTtgpls7CJcc4M=
ARC-Authentication-Results: i=1; server2.sourceware.org
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
server2.sourceware.org
X-Spam-Language: en
X-Spam-Relay-Country:
X-Spam-DCC: B=www.nova53.net; R=smtp1.atof.net 1205; Body=1 Fuz1=1 Fuz2=1
X-Spam-RBL:
X-Spam-PYZOR: Reported 0 times.
Date: Thu, 25 Apr 2024 13:46:09 -0400
To: Peter Lai <cowbert AT gmail DOT com>
Cc: cygwin AT cygwin DOT com
Subject: Re: Why python > 36 so many dependencies?
Message-ID: <ZiqW4fbS5fq-f4MQ@xps13>
References: <CACPAC33DZqsV8DUo83e6bnLH6YEGn3X1ESaoH0EZJ90RoH802Q AT mail DOT gmail DOT com>
Mime-Version: 1.0
In-Reply-To: <CACPAC33DZqsV8DUo83e6bnLH6YEGn3X1ESaoH0EZJ90RoH802Q@mail.gmail.com>
X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: "gs-cygwin.com--- via Cygwin" <cygwin AT cygwin DOT com>
Reply-To: gs-cygwin DOT com AT gluelogic DOT com
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

On Thu, Apr 25, 2024 at 10:19:05AM -0400, Peter Lai via Cygwin wrote:
> Why does installing python > py36 result in bringing in so many
> dependencies like libXdmcp etc, when the intent is to just run python
> interpreter from cli? Is this because of the way it's built for cygwin? I
> build python all the time in NetBSD using pkgsrc and in FreeBSD ports,
> without needing all of those deps. I don't know much about how cygport
> works, is there a repo of cygport files I can look at?

The load at https://cygwin.com/git/ is too high at the moment
and I get "503 - The load average on the server is too high" 

Take a look at some mirrors.

For cygport code:
https://github.com/cygwin/cygport

Lots of individual repositories under here with cygport projects
https://github.com/cygwinports/
e.g.
https://github.com/cygwinports/python36

Cheers, Glenn

-- 
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019