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

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="1.0.0b1"
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 plugin for Tox that lets you install test environment dependencies from the Poetry lockfile"

HOMEPAGE="https://github.com/enpaul/tox-poetry-installer/"
LICENSE="MIT"
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="poetry"
DEPENDENCIES="poetry? ( <dev-python/cleo-3.0[${PYTHON_USEDEP}] )
	poetry? ( <dev-python/poetry-2.0.0[${PYTHON_USEDEP}] )
	<dev-python/poetry-core-2.0.0[${PYTHON_USEDEP}]
	<dev-python/tox-5.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"