From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62b.google.com (mail-ej1-x62b.google.com [IPv6:2a00:1450:4864:20::62b]) by sourceware.org (Postfix) with ESMTPS id 9F2CA3857C40 for ; Wed, 12 Aug 2020 06:58:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9F2CA3857C40 Received: by mail-ej1-x62b.google.com with SMTP id m22so1049991eje.10 for ; Tue, 11 Aug 2020 23:58:37 -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=fnh/r5n28u4lSyj2waAztIfJHbWSFSKabpuecHydVxY=; b=TLToatIc+uCYD228ZlmA+/rJ1ydsWDSKo9CR/tNeqfoaLh5GKBMZIksAvj8z/c9Ckk TOPDxwLa7xqKQojCIlFA1OXDMAE2AfJPHxkB11LcR/AcaEH1jnlA1zhhFQGsB6vHU1hU sT5GN5Lf194Vv/XbFVmRGig6b3MKi483TmG1axaHFtBAFmi+Uk51T+xYR1Ah0R3oCXtt Z67fYdNlyoKXKELzeDU8hBY5dHhfB8rcKkQId1ST13L8MYiyhmPZqYrYiSbSVm2d2u58 hD8QJEloAniBaplJtq1U0X5+NYRdj3YCmcpmE1oVpI0OsuhSNtfxshHATmnGT6GfhqrP zing== X-Gm-Message-State: AOAM530K30xuxbwYDZIYkFp0fEQ/K+pbIGGtUYyJw6WRXxZRFxxePnJj tdCndTinPd3tYHpWByAyaP59vyLdrZ8= X-Google-Smtp-Source: ABdhPJyy3kTRBf3p0f0dRmoS5PyqTgxYQl1QpNo6GwXfQgWl7qEZaZXQiSUmffAjykAfqBOL8Gvmaw== X-Received: by 2002:a17:906:403:: with SMTP id d3mr29353005eja.522.1597215516521; Tue, 11 Aug 2020 23:58:36 -0700 (PDT) Received: from [192.168.0.10] ([151.33.231.19]) by smtp.gmail.com with ESMTPSA id d24sm848353edz.77.2020.08.11.23.58.34 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 11 Aug 2020 23:58:35 -0700 (PDT) Subject: Re: Python Packages To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: Date: Wed, 12 Aug 2020 08:58:30 +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=-0.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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: Wed, 12 Aug 2020 06:58:38 -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)? > > 3. Is there decorum for this of work for Cygwin? Like a packagers mailing list? > > 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. > > 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 > > Thanks, > > /allen > Hi Allen, as you have not follow up on cygwin-apps, I updated them and they should show up shortly Regards Marco