From owner-freebsd-gnome@FreeBSD.ORG Wed May 21 09:45:48 2014 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2FBAC9C; Wed, 21 May 2014 09:45:48 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AABDE2562; Wed, 21 May 2014 09:45:48 +0000 (UTC) Received: from [192.168.0.21] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 02C6D438BD; Wed, 21 May 2014 04:45:26 -0500 (CDT) Message-ID: <537C75A4.6080308@marino.st> Date: Wed, 21 May 2014 11:45:08 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Olivier Duchateau , marino@freebsd.org Subject: Re: FreeBSD Port: x11-toolkits/py-gtk2 References: <537B480C.5090702@marino.st> <537B4CB1.9090807@marino.st> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: gnome@freebsd.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2014 09:45:48 -0000 On 5/20/2014 18:20, Olivier Duchateau wrote: > 2014-05-20 14:38 GMT+02:00 John Marino : >> On 5/20/2014 14:18, John Marino wrote: >>> Hi Gnome team, >>> >>> The new version of devel/gps is built with gtk3 and needs the gtk3 >>> version of py-gtk which does not exist. >>> >>> Is this port already planned or built and not yet committed? >>> >>> If not, would there be an objection to be adding the port? In that >>> case, who would be the maintainer? >> >> >> Hmm, py-gtk3 may not actually exist. >> Here's a quote from the main site: >> >> "Note: New users are encouraged to use GTK+3 through the PyGObject >> bindings instead of using PyGTK with GTK+2. Windows users may still want >> to keep using PyGTK until more convenient installers are published." >> >> I think GPS already uses pygobject so there may be no issue at all. > > You need devel/py-gobject3. > > PyGTK is obsoleted, new code uses Introspection through PyGObject. > Thanks for the tip, Olivier. I was using pygobject so you saved me! John