1
0
Fork 0

using python-foreach-impl

This commit is contained in:
Horea Christian 2014-08-17 08:30:00 +02:00
parent 11dd4702c0
commit 737d6a144f
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit python-single-r1 git-2
inherit python-r1 git-2
DESCRIPTION="Helper Functions for TheChymera's python scripts"
HOMEPAGE="https://github.com/TheChymera/RTbatch"
@ -22,8 +22,8 @@ RDEPEND="dev-python/pandas"
src_install() {
python_optimize .
python_domodule "${S}"/RTbatch.py
python_newscript "${S}"/RTbatch_cli.py
python_foreach_impl python_domodule "${S}"/RTbatch.py
python_foreach_impl python_doscript "${S}"/RTbatch_cli.py
}