# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 GNOME2_LA_PUNT="yes" PYTHON_COMPAT=( python2_7 ) inherit autotools gnome2 python-r1 DESCRIPTION="GLib's GObject library bindings for Python" HOMEPAGE="http://www.pygtk.org/" LICENSE="LGPL-2.1+" SLOT="2" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-macos ~x64-macos ~x64-solaris" IUSE="examples libffi test" RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON_DEPEND=">=dev-libs/glib-2.24.0:2 dev-lang/python-exec:2 libffi? ( dev-libs/libffi:= ) ${PYTHON_DEPS} " DEPEND="${COMMON_DEPEND} dev-build/gtk-doc-am virtual/pkgconfig test? ( media-fonts/font-cursor-misc media-fonts/font-misc-misc ) " RDEPEND="${COMMON_DEPEND} ! /dev/null || die "$@" popd > /dev/null }