6970cbf36e
3.36.0 - 2020-03-08 ------------------- This will be the last release supporting Python 2. * pygobject-object: Avoid checking whether NULL is floating :mr:`135` (:user:`Alexandru Băluț <aleb>`) * Avoid various new glib deprecation warnings * Port to g_object_new_with_properties() * Drop Python 2 support on Windows * gtk overrides: Drop Menu, MenuItem for Gtk 4 (:user:`Marinus Schraal <mschraal>`) * Docs: * Update openSUSE instructions (:user:`sharkwouter`) * Add Gaphor to Who is Using PyGObject (:user:`Dan Yeaw <danyeaw>`) * Remove reference to a fixed bug (:user:`Christian Stadelmann <genodeftest>`)
22 lines
642 B
Text
22 lines
642 B
Text
# $NetBSD: Makefile.common,v 1.16 2020/03/22 18:36:17 wiz Exp $
|
|
# used by devel/py-gobject3/Makefile
|
|
# used by devel/py-gobject3-common/Makefile
|
|
|
|
DISTNAME= pygobject-3.36.0
|
|
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
|