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="DrToDo, MD: todo list manager using markdown files and git"
HOMEPAGE="https://github.com/exilium-com/DrTodo"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/7d/89/a68e00f30096cc4671abefa2c14049fe047bf087059423a1bd143b8de031/drtodo-${REALVERSION}.tar.gz"
SOURCEFILE="drtodo-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPENDENCIES="<dev-python/gitpython-3.2[${PYTHON_USEDEP}]
~dev-python/mistune-3.0.2[${PYTHON_USEDEP}]
<dev-python/pydantic-1.11[${PYTHON_USEDEP}]
<dev-python/rich-13.8[${PYTHON_USEDEP}]
<dev-python/typer-0.13[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"