1
0
Fork 0
TheChymera-overlay/dev-python/norby/norby-9999.ebuild

32 lines
701 B
Bash
Raw Permalink Normal View History

2022-07-11 16:57:23 +02:00
# Copyright 1999-2022 Gentoo Authors
2020-12-09 08:51:59 +01:00
# Distributed under the terms of the GNU General Public License v2
EAPI=7
2023-05-03 09:54:01 +02:00
PYTHON_COMPAT=( python3_{7..11} )
2020-12-09 08:51:59 +01:00
inherit distutils-r1
inherit git-r3
DESCRIPTION="Get notified via a telegram bot when your bash command finished."
HOMEPAGE="https://github.com/Jimmy2027/NORBY"
EGIT_REPO_URI="https://github.com/Jimmy2027/NORBY.git"
KEYWORDS="~amd64 ~x86"
LICENSE="GNU General Public License v3.0"
SLOT="0"
DEPEND="
2020-12-14 18:26:07 +01:00
dev-python/requests[${PYTHON_USEDEP}]
dev-python/subprocess-tee[${PYTHON_USEDEP}]
2021-11-08 13:38:24 +01:00
dev-python/numpy[${PYTHON_USEDEP}]
2020-12-09 08:51:59 +01:00
"
RDEPEND="${DEPEND}"
src_unpack() {
git-r3_src_unpack
}
python_install_all() {
distutils-r1_python_install_all
}