From owner-freebsd-python@FreeBSD.ORG Tue Nov 26 03:12:04 2013 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4CFBB93 for ; Tue, 26 Nov 2013 03:12:04 +0000 (UTC) Received: from ipmail06.adl6.internode.on.net (ipmail06.adl6.internode.on.net [IPv6:2001:44b8:8060:ff02:300:1:6:6]) by mx1.freebsd.org (Postfix) with ESMTP id 546142CFA for ; Tue, 26 Nov 2013 03:12:03 +0000 (UTC) Received: from ppp118-210-25-33.lns20.adl2.internode.on.net (HELO leader.local) ([118.210.25.33]) by ipmail06.adl6.internode.on.net with ESMTP; 26 Nov 2013 13:42:01 +1030 Message-ID: <5294117E.60600@ShaneWare.Biz> Date: Tue, 26 Nov 2013 13:41:58 +1030 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-python@freebsd.org Subject: Re: FreeBSD python patch for graphics/opencolorio References: <20131125164616.GC1435@medusa.sysfault.org> In-Reply-To: <20131125164616.GC1435@medusa.sysfault.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 03:12:04 -0000 On 26/11/2013 03:16, Marcus von Appen wrote: > Dear maintainer of graphics/opencolorio, > > the FreeBSD python team is currently cleaning up the python ports > infrastructure in order to get rid of the implicit lang/python > build and run-time dependency for ports. This is done to prepare > the ports tree for building packages for multiple python versions > at the same time. > > Your port graphics/opencolorio uses the `python` command directly > at build and/or installation time. In order to avoid this, we > created a patch to let the port use a specific python version > instead. > > http://people.freebsd.org/~mva/python/opencolorio.diff > > We would appreciate, if you could briefly review the patch and > either commit it yourself or allow us to commit it. In order to > move forward, please let us know in one way or another until the > > 2nd of December 2013 (2013-12-02) > > If we do not get any reply until that date, we will commit the > patch. > > Thanks > Marcus (on behalf of python@) > I see no problem with the patch, you are free to commit. The opencolorio port installs PyOpenColorIO.so into PYTHON_SITELIBDIR - I have thought that I should look at breaking that pybinding into a separate port. I guess that should be something I need to do to support multiple versions?