# Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 DESCRIPTION="Collect your thoughts and notes without leaving the command line" HOMEPAGE="https://jrnl.sh" SRC_URI="https://github.com/jrnl-org/jrnl/archive/refs/heads/develop.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-develop" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="test" PATCHES=" ${FILESDIR}/tomli.patch " DEPEND=" dev-python/rich dev-python/colorama dev-python/cryptography dev-python/keyring dev-python/parsedatetime dev-python/python-dateutil dev-python/pyxdg dev-python/ruamel-yaml dev-python/tzlocal test? ( dev-python/pytest dev-python/pytest-bdd dev-python/pytest-xdist dev-python/tomli ) " RDEPEND="${DEPEND}" distutils_enable_tests pytest