new ebuild
This commit is contained in:
parent
f1b879181f
commit
c297304453
29
dev-python/RTbatch/RTbatch-9999.ebuild
Normal file
29
dev-python/RTbatch/RTbatch-9999.ebuild
Normal file
@ -0,0 +1,29 @@
|
||||
# Distributed under the terms of the GNU General Public License v3
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
|
||||
|
||||
inherit python-single-r1 git-2
|
||||
|
||||
DESCRIPTION="Helper Functions for TheChymera's python scripts"
|
||||
HOMEPAGE="https://github.com/TheChymera/chr-helpers"
|
||||
EGIT_REPO_URI="https://github.com/TheChymera/chr-helpers.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_domodule "${S}"/RTbatch.py
|
||||
python_newscript "${S}"/RTbatch_cli.py
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user