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 base client for interacting with the OpenAI API and custom clients/mixins to make developing things like chatbots super quick!"
HOMEPAGE="https://github.com/Topazoo/OpenAI-Python-Client"
LICENSE=""
SRC_URI="https://files.pythonhosted.org/packages/5e/d2/62f83e4b859fe325dc8566ecb789fde10bade9c41e6c289e19eb6f2e390e/OpenAI%20API%20Python%20Client-${REALVERSION}.tar.gz"
SOURCEFILE="OpenAI%20API%20Python%20Client-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPENDENCIES="dev-python/openai[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"