X-Git-Url: http://git.tremily.us/?p=wtk-prefix-overlay.git;a=blobdiff_plain;f=dev-python%2Fappscript%2Fappscript-1.0.0.ebuild;fp=dev-python%2Fappscript%2Fappscript-1.0.0.ebuild;h=e21b898cb7b8c4bd052b6533ab805cb42a1b42cd;hp=0000000000000000000000000000000000000000;hb=4ddc5544cfe3a06baf3531416e15910cfa6c0e05;hpb=9f507816482995081acd5600adb0c455bdec2793 diff --git a/dev-python/appscript/appscript-1.0.0.ebuild b/dev-python/appscript/appscript-1.0.0.ebuild new file mode 100644 index 0000000..e21b898 --- /dev/null +++ b/dev-python/appscript/appscript-1.0.0.ebuild @@ -0,0 +1,19 @@ +# 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="~x86" +SLOT="0" +IUSE="" +DEPEND="dev-python/setuptools"