1
0
mirror of synced 2024-06-14 08:29:57 +02:00
TheChymera-overlay/app-misc/RTbatch/RTbatch-9999.ebuild

30 lines
641 B
Bash
Raw Normal View History

2014-08-16 00:20:03 +02:00
# Distributed under the terms of the GNU General Public License v3
EAPI=5
2014-08-21 18:06:59 +02:00
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
2014-08-16 00:20:03 +02:00
2014-08-17 08:30:00 +02:00
inherit python-r1 git-2
2014-08-16 00:20:03 +02:00
DESCRIPTION="Helper Functions for TheChymera's python scripts"
2014-08-17 00:33:40 +02:00
HOMEPAGE="https://github.com/TheChymera/RTbatch"
EGIT_REPO_URI="https://github.com/TheChymera/RTbatch.git"
2014-08-16 00:20:03 +02:00
SRC_URI=""
SLOT="0"
LICENSE="LPPL-1.3 BSD"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND=""
RDEPEND="dev-python/pandas"
src_install() {
2014-08-21 18:06:59 +02:00
python_foreach_impl python_optimize .
2014-08-17 08:30:00 +02:00
python_foreach_impl python_domodule "${S}"/RTbatch.py
2014-08-21 18:06:59 +02:00
python_foreach_impl python_newscript "${S}"/RTbatch_cli.py RTbatch_cli
2014-08-16 00:20:03 +02:00
}