View Raw Ebuild
# 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 Pure Python library to test your Poker Bots in a trivial and simple way."
HOMEPAGE="https://github.com/Skripkon/PokerBots"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/40/e9/59620a94efa3d2383469e044891da87e39c7fc23118697fb245d507bf5eb/pokerbots-${REALVERSION}.tar.gz"
SOURCEFILE="pokerbots-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPENDENCIES="dev-python/pokerkit[${PYTHON_USEDEP}]
dev-python/treys[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"