commit:     9de677fb15decbda4fc091b0f1048b9e722c13aa
Author:     Erwin Kaats <mailgentoo <AT> kaats <DOT> ch>
AuthorDate: Tue Feb  4 22:22:39 2025 +0000
Commit:     Erwin Kaats <mailgentoo <AT> kaats <DOT> ch>
CommitDate: Tue Feb  4 22:22:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9de677fb

app-text/jrnl: add 4.2

Signed-off-by: Erwin Kaats <mailgentoo <AT> kaats.ch>

 app-text/jrnl/Manifest        |  1 +
 app-text/jrnl/jrnl-4.2.ebuild | 46 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-text/jrnl/Manifest b/app-text/jrnl/Manifest
index c25695e7b..db96874e6 100644
--- a/app-text/jrnl/Manifest
+++ b/app-text/jrnl/Manifest
@@ -1,2 +1,3 @@
 DIST jrnl-4.1.tar.gz 671439 BLAKE2B 
f5781f1dd042e89779e8437765abedb76ab71cfe48ea14d5f8ff1b8a32d5d1d73a78b125615cf868964f8fab21833d3b923ad07b7893b652938963339c6db2b0
 SHA512 
c5e17b8dd863cdf251f5622099e07645d65ecb27a4b765df6b6c6f89a482e73b800e4906f14ffffc9567b3f9620f87f98fcc0b5ae355a22368f90a3279718252
+DIST jrnl-4.2.tar.gz 674573 BLAKE2B 
b4f1f288746f26cf9aa5fb28946a72c89ea963d4ca72a4221c92345d1c47060435ffd88c0b4471f20f6045b64ef753d51a11b83144ca13316b86ebc23b8ed32d
 SHA512 
0fb58f23e11754246ea19679fb8e67ac06fd1fb1e0c025bd588da96bf0efa69254a3859a7581f9df831f8f8d9df120c4bfda3f96ab800567c7d7398d5a4676b5
 DIST jrnl-9999.tar.gz 672471 BLAKE2B 
ad5403f4ffa3e89baece625e9b247517b5413eea2eb4f4aff68404309309a25bd718da9f8cacb05241de84619530a36e67d03a10c3cd291fd991f45a10261e95
 SHA512 
007eb5289b453c524aa538ec3ff4ccc9fde2a94b0564cba073ead30b509867b11d2bef34867a1c50e43fd8c41c6077ed0d2cbee434468b5757e223f10e50d1ec

diff --git a/app-text/jrnl/jrnl-4.2.ebuild b/app-text/jrnl/jrnl-4.2.ebuild
new file mode 100644
index 000000000..ae0e46724
--- /dev/null
+++ b/app-text/jrnl/jrnl-4.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+
+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/tags/v${PV}.tar.gz  -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+PATCHES="
+       ${FILESDIR}/tomli.patch
+"
+#      ${FILESDIR}/test_fixes.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-8.1
+               >dev-python/pytest-bdd-6.0
+               >dev-python/pytest-xdist-2.5.0
+               dev-python/tomli
+               )
+"
+
+RDEPEND="${DEPEND}"
+distutils_enable_tests pytest

Reply via email to