bun-9999lmiphay
download
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=(python3_12)
inherit distutils-r1 git-r3
DESCRIPTION="Backup up now for oam"
HOMEPAGE="https://github.com/lmiphay/bun"
EGIT_REPO_URI="https://github.com/lmiphay/${PN}.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RDEPEND="
${PYTHON_DEPS}
"
DEPEND="
>=dev-python/invoke-0.22.0[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
test? (
>=dev-python/coverage-4.2[${PYTHON_USEDEP}]
>=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
>=dev-python/pylint-1.6.5[${PYTHON_USEDEP}]
)
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/sphinx-1.6.3[${PYTHON_USEDEP}]
${RDEPEND}
"
DOCS="README.md"
src_test() {
./runtests.sh || die
}