Gentoo Archives: gentoo-python

From: "Michał Górny" <mgorny@g.o>
To: gentoo-python@l.g.o
Cc: python@g.o, java@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-python] [PATCH jython2.5 ebuild 4/4] Install epython module for python-exec.
Date: Sun, 02 Dec 2012 00:11:36
Message-Id: 1354407072-9871-4-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-python] [PATCH jython2.5 ebuild 1/4] Get rid of meaningless python.eclass use. by "Michał Górny"
1 ---
2 gx86/dev-java/jython/jython-2.5.3-r2.ebuild | 4 ++++
3 1 file changed, 4 insertions(+)
4
5 diff --git a/gx86/dev-java/jython/jython-2.5.3-r2.ebuild b/gx86/dev-java/jython/jython-2.5.3-r2.ebuild
6 index 751d143..f6c9df4 100644
7 --- a/gx86/dev-java/jython/jython-2.5.3-r2.ebuild
8 +++ b/gx86/dev-java/jython/jython-2.5.3-r2.ebuild
9 @@ -137,4 +137,8 @@ _EOF_
10 # we're keeping it quiet since jython reports errors verbosely
11 # and some of the tests are supposed to trigger compile errors
12 python_optimize "${ED}"/usr/share/jython-${SLOT}/Lib/test &>/dev/null
13 +
14 + # for python-exec
15 + echo "EPYTHON='${EPYTHON}'" > epython.py
16 + python_domodule epython.py
17 }
18 --
19 1.8.0