From 47de8d19a6fd1b2e4d55384e49571de0bb0aba42 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Thu, 21 Aug 2014 18:06:59 +0200 Subject: [PATCH] implemented python_foreach --- app-misc/RTbatch/RTbatch-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/RTbatch/RTbatch-9999.ebuild b/app-misc/RTbatch/RTbatch-9999.ebuild index 4bc3549..a413f32 100644 --- a/app-misc/RTbatch/RTbatch-9999.ebuild +++ b/app-misc/RTbatch/RTbatch-9999.ebuild @@ -2,7 +2,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit python-r1 git-2 @@ -21,9 +21,9 @@ DEPEND="" RDEPEND="dev-python/pandas" src_install() { - python_optimize . + python_foreach_impl python_optimize . python_foreach_impl python_domodule "${S}"/RTbatch.py - python_foreach_impl python_doscript "${S}"/RTbatch_cli.py + python_foreach_impl python_newscript "${S}"/RTbatch_cli.py RTbatch_cli }