# $Id: Portfile,v 1.2 2006/06/16 11:58:28 rhwood Exp $

PortSystem 1.0
name               py-gobject
version		2.10.1
categories         python x11
maintainers        yves@opendarwin.org
description        Python bindings for GObject.
long_description   \
    PyGObject provides a convenient wrapper for the GObject+ library \
    for use in Python programs, and takes care of many of the boring details \
    such as managing memory and type casting. \
    When combined with PyGTK, PyORBit and gnome-python, \
    it can be used to write full featured Gnome applications.

homepage        http://www.pygtk.org/
master_sites    gnome:sources/pygobject/2.10/
distname        pygobject-${version}
use_bzip2       yes
checksums       md5 3a69a75b4dfdb52642f26a4d45fcfde8

depends_lib     port:glib2 port:python24
