# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" PYTHON_DEPEND="*" SUPPORT_PYTHON_ABIS="1" inherit distutils MY_PN="pyobjc-framework-AddressBook" MY_P="${MY_PN}-${PV}" DESCRIPTION="Wrappers for the framework AddressBook on Mac OS X" HOMEPAGE="http://pyobjc.sourceforge.net" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" KEYWORDS="~x64-macos ~x86" SLOT="0" IUSE="" S="${WORKDIR}/${MY_P}" DEPEND="dev-python/pyobjc-core" RDEPEND="dev-python/pyobjc-core"