# 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="Static site generator"

HOMEPAGE="https://github.com/rhyst/olm"
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/astroid-1.6.1[${PYTHON_USEDEP}]
	~dev-python/blinker-1.4[${PYTHON_USEDEP}]
	~dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
	~dev-python/coloredlogs-9.0[${PYTHON_USEDEP}]
	~dev-python/humanfriendly-4.8[${PYTHON_USEDEP}]
	~dev-python/isort-4.2.15[${PYTHON_USEDEP}]
	~dev-python/jinja2-2.10[${PYTHON_USEDEP}]
	~dev-python/jsmin-2.2.2[${PYTHON_USEDEP}]
	~dev-python/lazy-object-proxy-1.3.1[${PYTHON_USEDEP}]
	~dev-python/libsass-0.13.7[${PYTHON_USEDEP}]
	~dev-python/markupsafe-1.0[${PYTHON_USEDEP}]
	~dev-python/mccabe-0.6.1[${PYTHON_USEDEP}]
	~dev-python/mistune-0.8.3[${PYTHON_USEDEP}]
	~dev-python/pylint-1.8.2[${PYTHON_USEDEP}]
	~dev-python/six-1.11.0[${PYTHON_USEDEP}]
	~dev-python/verboselogs-1.7[${PYTHON_USEDEP}]
	~dev-python/wrapt-1.10.11[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"