b935b0b419
2.12.3 18-november-2006 - distutils build fixes (Cedric) - documentation updates (John) - gobject.handler_block_by_func and friends now accept methods (Johan, Dima, #375589) - avoid truncating of gparamspec (Yevgen Muntyan, #353943) - set __module__ on gobject derived types (Johan, Osmo Salomaa, #376099) - Ensure exceptions are raised on errors in gobject.OptionGroup (Johan, Laszlo Pandy, #364576
24 lines
659 B
Text
24 lines
659 B
Text
# $NetBSD: Makefile.common,v 1.4 2007/01/14 23:43:25 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= pygobject-2.12.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygobject/2.12/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.pygtk.org/
|
|
COMMENT= Python bindings for glib2 gobject
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
|
|
|
|
PATCHDIR= ${.CURDIR}/../../devel/py-gobject/patches
|
|
DISTINFO_FILE= ${.CURDIR}/../../devel/py-gobject/distinfo
|
|
|
|
PKGCONFIG_OVERRIDE+= pygobject-2.0.pc.in
|
|
PYTHON_VERSIONS_ACCEPTED= 24 23
|
|
PY_PATCHPLIST= yes
|
|
CONFLICTS+= ${PYPKGPREFIX}-gtk2<2.8.4
|