5ef211de61
3.36.1: * tests: Fix failing tests with pytest 5.4.0+ * Gtk: Add override to make sure both TreeModelSort.new_with_model and TreeModel.sort_new_with_model exist independend of the gtk version * Gtk.Template: Fix initialisation order errors with Widgets getting created from C (potentially through other templates) * Gtk.Template: Fix errors when calling init_template() multiple times
22 lines
643 B
Text
22 lines
643 B
Text
# $NetBSD: Makefile.common,v 1.17 2020/07/08 06:08:46 adam Exp $
|
|
# used by devel/py-gobject3/Makefile
|
|
# used by devel/py-gobject3-common/Makefile
|
|
|
|
DISTNAME= pygobject-3.36.1
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pygobject/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER?= prlw1@cam.ac.uk
|
|
HOMEPAGE= https://pygobject.readthedocs.io/
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= c c99
|
|
USE_TOOLS+= pkg-config
|
|
|
|
DISTINFO_FILE= ../../devel/py-gobject3/distinfo
|
|
#PATCHDIR= ../../devel/py-gobject3/patches
|
|
|
|
CONFLICTS+= ${PYPKGPREFIX}-gtk2<2.8.4
|
|
CONFLICTS+= ${PYPKGPREFIX}-gobject<2.28.6nb4
|