From: W. Trevor King Date: Thu, 9 Jun 2011 10:58:38 +0000 (-0400) Subject: Add asdictionary and dependencies. X-Git-Url: http://git.tremily.us/?p=wtk-prefix-overlay.git;a=commitdiff_plain;h=a02990f69c54258f3670f311f927a717c052c384 Add asdictionary and dependencies. --- diff --git a/dev-python/aemreceive/Manifest b/dev-python/aemreceive/Manifest new file mode 100644 index 0000000..8c7ea70 --- /dev/null +++ b/dev-python/aemreceive/Manifest @@ -0,0 +1 @@ +EBUILD aemreceive-9999.ebuild 559 RMD160 141c2b44901612a6c12818b89c5033e33eecc624 SHA1 df7a600b4d3cb9a210ceff8509961ccc958445a8 SHA256 b47f00bfd229120ad42a48063dc149f94bd6770439c7ec62c128fc516270fc4b diff --git a/dev-python/aemreceive/aemreceive-9999.ebuild b/dev-python/aemreceive/aemreceive-9999.ebuild new file mode 100644 index 0000000..d011b45 --- /dev/null +++ b/dev-python/aemreceive/aemreceive-9999.ebuild @@ -0,0 +1,25 @@ +# 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 subversion + +MY_PN="py-${PN}" + +DESCRIPTION="Basic support for handling Apple events" +HOMEPAGE="http://appscript.sourceforge.net" +SRC_URI="" +ESVN_REPO_URI="https://appscript.svn.sourceforge.net/svnroot/appscript" +LICENSE="public-domain" +KEYWORDS="~x64-macos ~x86" +SLOT="0" +IUSE="" +S="${WORKDIR}/${MY_PN}/trunk" + +DEPEND=">=dev-python/appscript-0.22.0" +RDEPEND="$DEPEND" diff --git a/dev-python/asdictionary/Manifest b/dev-python/asdictionary/Manifest new file mode 100644 index 0000000..08c4110 --- /dev/null +++ b/dev-python/asdictionary/Manifest @@ -0,0 +1 @@ +EBUILD asdictionary-9999.ebuild 889 RMD160 d90909348b820cd9f04ca3935a5444e6b8519aeb SHA1 fa76e35d0c1689b2939c2d15cced30e5d4946eed SHA256 6a2ac1f79a1de24eba81dd4571f3a1967fd059648df864c9b894da174414491d diff --git a/dev-python/asdictionary/asdictionary-9999.ebuild b/dev-python/asdictionary/asdictionary-9999.ebuild new file mode 100644 index 0000000..d08821b --- /dev/null +++ b/dev-python/asdictionary/asdictionary-9999.ebuild @@ -0,0 +1,40 @@ +# 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 subversion python + +MY_PN="ASDictionary" + +DESCRIPTION="Exports scriptable applications' terminology in AppleScript and appscript formats" +HOMEPAGE="http://appscript.sourceforge.net" +SRC_URI="" +ESVN_REPO_URI="https://appscript.svn.sourceforge.net/svnroot/appscript" +LICENSE="public-domain" +KEYWORDS="~x64-macos ~x86" +SLOT="0" +IUSE="" +S="${WORKDIR}/${MY_PN}/trunk/src" + +DEPEND=">=dev-python/setuptools-0.6.14 + >=dev-python/htmltemplate-1.5.0 + >=dev-python/appscript-0.22.0 + >=dev-python/aemreceive-0.4.0 + >=dev-python/osaterminology-0.14.6 + >=virtual/pyobjc-1.4 + >=dev-python/py2app-0.5.2" +RDEPEND="$DEPEND" + +src_compile() { + python setup.py py2app +} + +src_install() { + insinto /usr/local/apps + doins -r dist +} diff --git a/dev-python/htmltemplate/Manifest b/dev-python/htmltemplate/Manifest new file mode 100644 index 0000000..28553c9 --- /dev/null +++ b/dev-python/htmltemplate/Manifest @@ -0,0 +1,2 @@ +DIST HTMLTemplate-1.5.0.tar.gz 56432 RMD160 27647bdf7e2d3511169d83afc3ee31d950536ccb SHA1 e538e19074df19a171ff873e115e01d69ed32464 SHA256 070e6a5ef039e516eacb1f337da4a83342123a9f6e7a8ffbe3a209022568be3f +EBUILD htmltemplate-1.5.0.ebuild 584 RMD160 4a68544ab3dabf7350e6f4446abf39ad8db36180 SHA1 d073bd08e5f32c11bae11843ff52dccb29a58c94 SHA256 6664348ba1770f62730ce22ea5c1aa02c5c89ce7e759c547976e4f6a3f9a2d93 diff --git a/dev-python/htmltemplate/htmltemplate-1.5.0.ebuild b/dev-python/htmltemplate/htmltemplate-1.5.0.ebuild new file mode 100644 index 0000000..c6c4763 --- /dev/null +++ b/dev-python/htmltemplate/htmltemplate-1.5.0.ebuild @@ -0,0 +1,31 @@ +# 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="HTMLTemplate" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="HTML templating system." +HOMEPAGE="http://py-templates.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="doc" +S="${WORKDIR}/${MY_P}" +DEPEND="dev-python/setuptools" + +src_install() { + distutils_src_install + if use doc; then + dodoc "${S}"/doc/* + fi + +} diff --git a/dev-python/osaterminology/Manifest b/dev-python/osaterminology/Manifest new file mode 100644 index 0000000..e8e966a --- /dev/null +++ b/dev-python/osaterminology/Manifest @@ -0,0 +1 @@ +EBUILD osaterminology-9999.ebuild 559 RMD160 141c2b44901612a6c12818b89c5033e33eecc624 SHA1 df7a600b4d3cb9a210ceff8509961ccc958445a8 SHA256 b47f00bfd229120ad42a48063dc149f94bd6770439c7ec62c128fc516270fc4b diff --git a/dev-python/osaterminology/osaterminology-9999.ebuild b/dev-python/osaterminology/osaterminology-9999.ebuild new file mode 100644 index 0000000..d011b45 --- /dev/null +++ b/dev-python/osaterminology/osaterminology-9999.ebuild @@ -0,0 +1,25 @@ +# 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 subversion + +MY_PN="py-${PN}" + +DESCRIPTION="Basic support for handling Apple events" +HOMEPAGE="http://appscript.sourceforge.net" +SRC_URI="" +ESVN_REPO_URI="https://appscript.svn.sourceforge.net/svnroot/appscript" +LICENSE="public-domain" +KEYWORDS="~x64-macos ~x86" +SLOT="0" +IUSE="" +S="${WORKDIR}/${MY_PN}/trunk" + +DEPEND=">=dev-python/appscript-0.22.0" +RDEPEND="$DEPEND"