1
0
mirror of synced 2024-05-30 17:28:10 +02:00
TheChymera-overlay/app-misc/RTbatch/RTbatch-9999.ebuild
2014-08-17 08:30:00 +02:00

30 lines
604 B
Bash

# Distributed under the terms of the GNU General Public License v3
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit python-r1 git-2
DESCRIPTION="Helper Functions for TheChymera's python scripts"
HOMEPAGE="https://github.com/TheChymera/RTbatch"
EGIT_REPO_URI="https://github.com/TheChymera/RTbatch.git"
SRC_URI=""
SLOT="0"
LICENSE="LPPL-1.3 BSD"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND=""
RDEPEND="dev-python/pandas"
src_install() {
python_optimize .
python_foreach_impl python_domodule "${S}"/RTbatch.py
python_foreach_impl python_doscript "${S}"/RTbatch_cli.py
}