# 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 DESCRIPTION="Control AppleScriptable applications from Python." HOMEPAGE="http://appscript.sourceforge.net" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="public-domain" KEYWORDS="~x64-macos ~x86" SLOT="0" IUSE="" DEPEND="dev-python/setuptools" src_prepare() { cd "${S}" sed -i 's/^[[:space:]]*extra_path[[:space:]]*=.*//' setup.py distutils_src_prepare }