# 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="Fork of Poetry (Python dependency management and packaging tool), attempts to be faster and less strict."

HOMEPAGE="https://github.com/bennylut/relaxed-poetry"
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=""
DEPENDENCIES="dev-python/relaxed-poetry-core[${PYTHON_USEDEP}]
	<dev-python/cleo-2.0.0[${PYTHON_USEDEP}]
	<dev-python/crashtest-0.4.0[${PYTHON_USEDEP}]
	<dev-python/requests-3.0[${PYTHON_USEDEP}]
	dev-python/cachy[${PYTHON_USEDEP}]
	<dev-python/requests-toolbelt-0.10.0[${PYTHON_USEDEP}]
	<dev-python/cachecontrol-0.13.0[${PYTHON_USEDEP}]
	<dev-python/pkginfo-2.0[${PYTHON_USEDEP}]
	<dev-python/html5lib-2.0[${PYTHON_USEDEP}]
	<dev-python/shellingham-2.0[${PYTHON_USEDEP}]
	<dev-python/pexpect-5.0.0[${PYTHON_USEDEP}]
	<dev-python/packaging-21.0[${PYTHON_USEDEP}]
	dev-python/virtualenv[${PYTHON_USEDEP}]
	>=dev-python/keyring-21.2.0[${PYTHON_USEDEP}]
	<dev-python/entrypoints-0.4[${PYTHON_USEDEP}]
	dev-python/protopy-lib[${PYTHON_USEDEP}]
	<dev-python/typing-extensions-4.0.0.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"