From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62d.google.com (mail-ej1-x62d.google.com [IPv6:2a00:1450:4864:20::62d]) by sourceware.org (Postfix) with ESMTPS id 6001C3857C42 for ; Thu, 30 Jul 2020 06:15:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6001C3857C42 Received: by mail-ej1-x62d.google.com with SMTP id jp10so183469ejb.0 for ; Wed, 29 Jul 2020 23:15:11 -0700 (PDT) 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=Bf+HY9RhbqWOqFQApvi3NPKdS5729Y6tkmPkvJ5fOcE=; b=iqvKqdhGB6j1huYpBnM/IFJFowhiJt4xYUObdrq5SAtmaCiFzu+RHHndsQki/IRg27 nU33lvYcRzLh1/z1bHOpvfK2A845tNyZHEwF/dwMENugRg48ycyiQBWdfD1p8ZKibuuv 4OW1sE3hCucC6iqr+AaTOObyIWLsk1Bdk3sHCOkoVB0kNCAJ4KMbdMeamlGm660Vo1Cg FWizUNDWwLR2mk8UCpCq51Gm6uuRLW3ZvfEV0oUi6LDfn30jJJLfOpugDYjAj0q8OvTt Y29Lv/v/HJ63sFLwuFKx/XvCUcRiSFUaF5tkvewEVvZslGjZWMg9Ot4tL6bfl4WD5fn9 7iqg== X-Gm-Message-State: AOAM532SIhBwU5W3JNm+A9IolyCxsDmrJxXvB8/ToJLNrdj6uqndKTlK XRGpPJTeBidHsGi1kHK2Q42mios+hzE= X-Google-Smtp-Source: ABdhPJwGreZ9FNjR2jnoJvzrp/FMATfThZlSvKlFBonEb8JofUEZeyfOUfmMSaQDpOzrHGjnxfKc1Q== X-Received: by 2002:a17:906:17d1:: with SMTP id u17mr1091064eje.113.1596089710072; Wed, 29 Jul 2020 23:15:10 -0700 (PDT) Received: from [192.168.2.121] (pd9ed58c0.dip0.t-ipconnect.de. [217.237.88.192]) by smtp.gmail.com with ESMTPSA id y13sm2897560eds.64.2020.07.29.23.15.09 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 29 Jul 2020 23:15:09 -0700 (PDT) Subject: Re: Python Packages To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: Date: Thu, 30 Jul 2020 08:15:07 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 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=-2.2 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, 30 Jul 2020 06:15:12 -0000 On 30.07.2020 06:57, Allen Hewes via Cygwin wrote: > Hi, > > I have a few Python packages built (and very minor change) for Python 3.8, but before I follow the directions for package contributions, I have a few questions: > > 1. I am only running cygport --64 .cygport all-test, is there anything else I should do? I have a local "test" repo I use to get them installed via Cygwin Setup. > > 2. I am using the --64 arg to cygport because I don't have a 32-bit install of Cygwin, must I get a 32-bit Cygwin install running so I can make 32-bit packages (to be uploaded)? on 64 bit the --64 is superfluos You will need a 32 bit installation for the 32bit packages, but most are "noarch" so you need to build only once > > 3. Is there decorum for this of work for Cygwin? Like a packagers mailing list? cygwin-apps(at)cygwin(dot)com is for packagers https://cygwin.com/lists.html > > 4. Do I or should I have a package mentor? Right now, I am "winging" it b/c my consumer is myself, but I'd like to know how the sausage is made so I Do It Right. post on that list and we all try to mentor you > > The Python packages in the Python 3.8 flavor I have ready: > python38-asn1crypto > python38-crypto > python38-cryptography > python38-lockfile > python38-openssl > python38-pyasn1 > python38-pyasn1-modules I am currently building from one source for at least 3.6, 3.7 and 3.8 have you looked on the previous source from Yaakov or some of my last one ? > Thanks, > > /allen >