# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="A tool to manage configuration files, build scripts etc. across multiple projects."

HOMEPAGE="https://github.com/repo-helper/repo_helper"
LICENSE="LGPL-3+"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="all cli testing"
DEPENDENCIES="dev-python/apeye[${PYTHON_USEDEP}]
	>=dev-python/attrs-20.3.0[${PYTHON_USEDEP}]
	~dev-python/click-7.1.2[${PYTHON_USEDEP}]
	dev-python/configconfig[${PYTHON_USEDEP}]
	dev-python/consolekit[${PYTHON_USEDEP}]
	dev-python/dict2css[${PYTHON_USEDEP}]
	dev-python/dom-toml[${PYTHON_USEDEP}]
	dev-python/domdf-python-tools[${PYTHON_USEDEP}]
	>=dev-python/dulwich-0.20.5[${PYTHON_USEDEP}]
	dev-python/first[${PYTHON_USEDEP}]
	>=dev-python/isort-5.5.2[${PYTHON_USEDEP}]
	>=dev-python/jinja2-2.11.3[${PYTHON_USEDEP}]
	dev-python/mkrecipe[${PYTHON_USEDEP}]
	>=dev-python/natsort-7.1.1[${PYTHON_USEDEP}]
	>=dev-python/packaging-20.9[${PYTHON_USEDEP}]
	dev-python/pypi-json[${PYTHON_USEDEP}]
	dev-python/pyproject-parser[${PYTHON_USEDEP}]
	>=dev-python/ruamel-yaml-0.17.4[${PYTHON_USEDEP}]
	dev-python/shippinglabel[${PYTHON_USEDEP}]
	dev-python/shippinglabel-conda[${PYTHON_USEDEP}]
	dev-python/southwark[${PYTHON_USEDEP}]
	>=dev-python/tabulate-0.8.8[${PYTHON_USEDEP}]
	>=dev-python/typing-extensions-3.7.4.3[${PYTHON_USEDEP}]
	dev-python/whey[${PYTHON_USEDEP}]
	dev-python/yapf-isort[${PYTHON_USEDEP}]
	testing? ( dev-python/check-wheel-contents[${PYTHON_USEDEP}] )
	testing? ( dev-python/coincidence[${PYTHON_USEDEP}] )
	testing? ( >=dev-python/pytest-6.2.0[${PYTHON_USEDEP}] )
	cli? ( <=dev-python/dulwich-0.20.33[${PYTHON_USEDEP}] )
	all? ( dev-python/check-wheel-contents[${PYTHON_USEDEP}] )
	all? ( dev-python/coincidence[${PYTHON_USEDEP}] )
	all? ( <=dev-python/dulwich-0.20.33[${PYTHON_USEDEP}] )
	all? ( >=dev-python/pytest-6.2.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"