6322N/A# The contents of this file are subject to the terms of the 6322N/A# Common Development and Distribution License (the "License"). 6322N/A# You may not use this file except in compliance with the License. 6322N/A# See the License for the specific language governing permissions 6322N/A# and limitations under the License. 6322N/A# When distributing Covered Code, include this CDDL HEADER in each 6322N/A# If applicable, add the following below this CDDL HEADER, with the 6322N/A# fields enclosed by brackets "[]" replaced with your own identifying 6322N/A# information: Portions Copyright [yyyy] [name of copyright owner] 6322N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. 6322N/A# gobject-introspection bindings are only built correctly for gtk when building 6322N/A# with gcc, this would otherwise build with Studio. 6322N/A# Only build for 2.7 as python 3.x support is provided by ../pygobject3 instead 6322N/A# Tests do not yet work with Userland framework - 23712631 6322N/A# Disable introspection modules in this package since we ship the modern ones 6322N/A# in the ../pygobject3 packages instead, and they'd clash if we didn't disable. 6322N/A# The build process modifies the shebang line to use the version of Python 6322N/A# automatically found; to avoid using the current system default, one is 6322N/A# explicitly specified here. 6322N/A# Ensure Python modules are installed into vendor package directories.