diff options
Diffstat (limited to 'dev-python/bytecodeassembler/bytecodeassembler-0.6.ebuild')
-rw-r--r-- | dev-python/bytecodeassembler/bytecodeassembler-0.6.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/bytecodeassembler/bytecodeassembler-0.6.ebuild b/dev-python/bytecodeassembler/bytecodeassembler-0.6.ebuild new file mode 100644 index 0000000..99e967d --- /dev/null +++ b/dev-python/bytecodeassembler/bytecodeassembler-0.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.1 (rev. 204) + +inherit distutils + +MY_PN="BytecodeAssembler" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Generate Python code objects by 'assembling' bytecode (Now includes a functional/AST-oriented API, too!)" +HOMEPAGE="http://pypi.python.org/pypi/BytecodeAssembler" +SRC_URI="http://pypi.python.org/packages/source/B/BytecodeAssembler/${MY_P}.zip" +LICENSE="ZPL" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +RDEPEND=">=dev-python/decoratortools-1.2 + >=dev-python/symboltype-1.0" +DEPEND="app-arch/unzip" + +S="${WORKDIR}/${MY_P}" |