From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mxd2.seznam.cz (mxd2.seznam.cz [IPv6:2a02:598:2::210]) by sourceware.org (Postfix) with ESMTPS id 4C3B73858C53 for ; Tue, 12 Apr 2022 19:25:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4C3B73858C53 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=seznam.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=seznam.cz Received: from email.seznam.cz by email-smtpc17a.ng.seznam.cz (email-smtpc17a.ng.seznam.cz [10.23.18.18]) id 5b6ccf41fe3acdbe5b6cc14f; Tue, 12 Apr 2022 21:24:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seznam.cz; s=beta; t=1649791497; bh=CDwx/UuoHNDeY7+8G2eQ9QpQOlc2L6RcygI6OTO+iw8=; h=Received:Message-ID:Date:MIME-Version:User-Agent:Subject:To: References:From:In-Reply-To:Content-Type:Content-Transfer-Encoding: X-szn-frgn:X-szn-frgc; b=diC5HwsNzVZAZNdS/QMNVkHIyLfg9yHuW/7z4Jz+K+FlbA5Cnv9HIyUPQ0rfJ3Lp0 5MRGE8NmgxthVlbMq1vyqlcCW84q45IZEQ3gcbFbOqD8M+FMl9u+8WqmBg51K17wDj g52FQiYTDeSC/RlA2o4xmb1+kXrgiTAm/mKYxvYM= Received: from [192.168.2.5] (brno.ccbr.com [77.240.178.2]) by email-relay10.ng.seznam.cz (Seznam SMTPD 1.3.136) with ESMTP; Tue, 12 Apr 2022 21:24:53 +0200 (CEST) Message-ID: Date: Tue, 12 Apr 2022 21:24:33 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [ITA] duplicity To: cygwin-apps@cygwin.com References: <3d27c87c-e4ab-b9cc-5eb7-7b5798628962@seznam.cz> <480ef945-55f2-b00d-6dd7-7a204acf14e9@seznam.cz> <9ccf8451-8d58-f27b-f299-28dd4bbfafdf@dronecode.org.uk> From: Libor Ukropec In-Reply-To: <9ccf8451-8d58-f27b-f299-28dd4bbfafdf@dronecode.org.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-szn-frgn: X-szn-frgc: <0> X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2022 19:25:07 -0000 Dne 12.04.2022 v 15:10 Jon Turney napsal(a): > On 12/04/2022 01:09, Libor Ukropec wrote: >>  > Run cygport ... all with --debug flag which enables shell tracing >> >> I'll answer it myself. If the cygport is given the filename *without* >> ".cygport" extension, it executes, but wrongly detects the PVR - >> NAME/VERSION/RELEASE. When I provided full name, it works as I'd >> expected. I think this deserves improvement. > > Yeah, there's some wonkiness in handling that, I'm not sure why. > >>> 1. regarding python-fasteners: >>> >>> Dne 08.04.2022 v 1:44 Brian Inglis napsal(a): >>>  > Run cygport ... all with --debug flag which enables shell tracing >>>  > throughout and redirect all output &> debug.log for review. >>> >>> Output for command `cygport --debug python-fasteners download all >>> check &> debug.log` >>> >>> is here, if you can deduct from it something useful: >>> >>> https://gist.github.com/cz6ace/929812203a42bd2d69506cad19385eed#file-debug-log >>> >>> >>> (it is quite long, I do not want to paste it directly into the email) >>> >>> Also it is unknown to me, how the new repository can be added into >>> the https://cygwin.com/git/?a=project_list;pf=git/cygwin-packages so >>> I can execute the tests in the playground too. > > I think this already exists? It is my fault that I combined two packages into one thread. I want two things - adopt duplicity for which the repository already exists (only the BUILD_REQUIRES had to be added + version increase) but for the more recent duplicity version a new package is required: python-fasteners - not yet in the cygwin and here I struggled and didn't know how to add a new repository. For the python-fasteners I'll kick off new "[ITP] python-fasteners 0.16.3" thread. > https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/duplicity.git > > Please keep this up-to-date with your changes. > > I've added you as the maintainer for duplicity, so you should now be > able to upload packages and push there. Thank you, will have to wait for python-fasteners approval. > > Thanks! > >