4ba4ce8608
2.28.7: - Move property and signal creation into _class_init() - gio-types.defs: change some enums to flags - Fix set_qdata warning on accessing NULL gobject property - Disable introspection support by default - Don't install codegen for Python 3 - Ship tests/te_ST@nouppera in release tarballs for tests to succeed - [gi] Port test_properties from static gio to GI Gio - [python3] fix build. PYcairo_IMPORT doesn't exists anymore - [python3] Fix maketrans import - [gi-overrides] fix MessageBox so it correctly handles the type constructor param - gdbus tests: Fix hang if test case fails - Fix crash in Gtk.TextIter overrides - correctly initialize the _gi_cairo_functions array to be zero filled - [gtk-override] print warning if user imports Gtk 2.0 - Add support for enums in gobject.property
40 lines
1.2 KiB
Makefile
40 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.56 2018/01/23 11:23:13 adam Exp $
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
|
|
|
|
.include "Makefile.common"
|
|
|
|
SUBST_CLASSES+= codegen
|
|
SUBST_STAGE.codegen= pre-configure
|
|
SUBST_FILES.codegen= dsextras.py
|
|
SUBST_SED.codegen= -e "s|@PYGTKCODEGEN@|${PREFIX}/share/pygobject/2.0|"
|
|
|
|
REPLACE_PYTHON+= codegen/code-coverage.py
|
|
REPLACE_PYTHON+= codegen/codegen.py
|
|
REPLACE_PYTHON+= codegen/createdefs.py
|
|
REPLACE_PYTHON+= codegen/defsconvert.py
|
|
REPLACE_PYTHON+= codegen/defsgen.py
|
|
REPLACE_PYTHON+= codegen/docextract_to_xml.py
|
|
REPLACE_PYTHON+= codegen/docgen.py
|
|
REPLACE_PYTHON+= codegen/h2def.py
|
|
REPLACE_PYTHON+= codegen/mergedefs.py
|
|
REPLACE_PYTHON+= codegen/missingdefs.py
|
|
REPLACE_PYTHON+= codegen/mkskel.py
|
|
REPLACE_PYTHON+= codegen/scanvirtuals.py
|
|
REPLACE_PYTHON+= codegen/scmexpr.py
|
|
REPLACE_PYTHON+= docs/xsl/fixxref.py.in
|
|
|
|
PYTHON_SELF_CONFLICT= yes
|
|
|
|
PY_PEP3147= no
|
|
|
|
BUILDLINK_API_DEPENDS.py-gobject-shared+= py-gobject-shared>=${PKGVERSION_NOREV}
|
|
|
|
CONFIGURE_ARGS+= --disable-introspection
|
|
|
|
.include "../../devel/py-gobject-shared/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|