# 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="Extensible HTML/XML generator, cross-platform templating language, ORM, Oracle utilities and various other tools"

HOMEPAGE="http://python.livinglogic.de/"
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="html oracle postgres proctitle requests"
DEPENDENCIES=">=dev-python/cssutils-2.6.0[${PYTHON_USEDEP}]
	oracle? ( dev-python/oracledb[${PYTHON_USEDEP}] )
	postgres? ( >=dev-python/psycopg-3.0.5[${PYTHON_USEDEP}] )
	proctitle? ( >=dev-python/setproctitle-1.1.8[${PYTHON_USEDEP}] )
	html? ( >=dev-python/lxml-4.3.4[${PYTHON_USEDEP}] )
	requests? ( >=dev-python/requests-2.22.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"