From owner-freebsd-ports@freebsd.org Tue Jun 13 07:38:01 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB18AB946E3 for ; Tue, 13 Jun 2017 07:38:01 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id C2BD771280 for ; Tue, 13 Jun 2017 07:38:01 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: by mailman.ysv.freebsd.org (Postfix) id BEEECB946E2; Tue, 13 Jun 2017 07:38:01 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCBD4B946E0 for ; Tue, 13 Jun 2017 07:38:01 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from smtp.digiware.nl (smtp.digiware.nl [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A3AE7127F; Tue, 13 Jun 2017 07:38:01 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from router.digiware.nl (localhost.digiware.nl [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 062574306E; Tue, 13 Jun 2017 09:37:58 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.com Received: from smtp.digiware.nl ([127.0.0.1]) by router.digiware.nl (router.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4vGdCtcN3jTd; Tue, 13 Jun 2017 09:37:57 +0200 (CEST) Received: from [192.168.10.67] (opteron [192.168.10.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id 632C44306C; Tue, 13 Jun 2017 09:37:57 +0200 (CEST) Subject: Re: Looking for python-pecan To: Dimitry Andric , "ports@freebsd.org" References: <03404c04-5fac-2b2f-4704-0901d052c52f@digiware.nl> <2A89E91B-464A-40E5-AEB5-AE420EB61D8F@FreeBSD.org> From: Willem Jan Withagen Message-ID: <3d402cb1-3084-b808-7cab-d2906891724d@digiware.nl> Date: Tue, 13 Jun 2017 09:37:43 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <2A89E91B-464A-40E5-AEB5-AE420EB61D8F@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Language: nl Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2017 07:38:01 -0000 On 12-6-2017 17:09, Dimitry Andric wrote: > On 12 Jun 2017, at 13:29, Willem Jan Withagen wrote: >> >> For one the Ceph port I'm doing I'm going to need python-pecan in het >> close future. >> >> Not sure how this works with python-modules since it is something that >> is only used by the ceph-ports. But my guess is that I won't be >> able/allowed to just have a post execute like: >> >> ping install python-pecan. > > Normally you would use pip, ping is something entirely different. :) 8-D, yup. Some commands are an automaton. Think P, and ping comes out. > Here is a patch to add a devel/py-pecan port, plus one of its > dependencies that is not yet in the ports tree, devel/py-logutils. > > Tested only very lightly, please take care. It will get tested more now. And now I do not have to make a Pecan port. :) Did you submit this (and py-logutils) for acceptance? --WjW