commit:     8caf5c91f6cea2637a3096007bbc6f2b352e24d7
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Sun Nov 17 11:00:39 2024 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Sun Nov 17 11:01:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8caf5c91

app-text/dooit: drop 2.2.0, add 3.0.3

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 app-text/dooit/Manifest              |  2 +-
 app-text/dooit/dooit-2.2.0-r1.ebuild | 32 -----------------------------
 app-text/dooit/dooit-3.0.3.ebuild    | 39 ++++++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+), 33 deletions(-)

diff --git a/app-text/dooit/Manifest b/app-text/dooit/Manifest
index 8a57bc205..286fa93c8 100644
--- a/app-text/dooit/Manifest
+++ b/app-text/dooit/Manifest
@@ -1 +1 @@
-DIST dooit-2.2.0.gh.tar.gz 69238 BLAKE2B 
4e14233477c7382929a32efde5853d7bbc618266df508d9824f14db6a1340a1eae44258a8cb690ce5f38627aa0fbda707367c3806763ba32fcf32bea92abdb9a
 SHA512 
9b95da5c667e2dfcb98deee8726800dd07837202140ce5c0f53052151cedf474133d3ad2263f1f66ca86bfe7e916a30ebc3618148454084144775c676eddb080
+DIST dooit-3.0.3.gh.tar.gz 1408829 BLAKE2B 
9beeeb281c6418fcaefd2d18d7fe257838b5976fac293dfcaa2a8c4ab30b9104b7494ae041e48c7f9bd78814af146b1ecfff76484144d9176f8f26ee86f349ff
 SHA512 
23159013fc792d50266ded584a0748511ca415e1a18c78143bbb5dee0e4a239e7082dce6c4cc85a511294ba784cbdd1968db24250f5856d26f9aaa7b624f6a1e

diff --git a/app-text/dooit/dooit-2.2.0-r1.ebuild 
b/app-text/dooit/dooit-2.2.0-r1.ebuild
deleted file mode 100644
index 37fd116c7..000000000
--- a/app-text/dooit/dooit-2.2.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="A TUI todo manager"
-HOMEPAGE="https://github.com/kraanzu/dooit https://pipy.org/project/dooit";
-SRC_URI="https://github.com/kraanzu/dooit/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       >=dev-python/pyperclip-1.8.2[${PYTHON_USEDEP}]
-       <dev-python/pyperclip-2.0.0[${PYTHON_USEDEP}]
-       >=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
-       <dev-python/pyyaml-7.0[${PYTHON_USEDEP}]
-       dev-python/tzlocal[${PYTHON_USEDEP}]
-       >=dev-python/appdirs-1.4.4[${PYTHON_USEDEP}]
-       <dev-python/appdirs-2.0.0[${PYTHON_USEDEP}]
-       dev-python/textual[${PYTHON_USEDEP}]
-       >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
-       <dev-python/python-dateutil-3.0.0[${PYTHON_USEDEP}]
-"
-
-DEPEND="${RDEPEND}"

diff --git a/app-text/dooit/dooit-3.0.3.ebuild 
b/app-text/dooit/dooit-3.0.3.ebuild
new file mode 100644
index 000000000..cd07efa85
--- /dev/null
+++ b/app-text/dooit/dooit-3.0.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="A TUI todo manager"
+HOMEPAGE="https://github.com/kraanzu/dooit https://pipy.org/project/dooit";
+SRC_URI="https://github.com/kraanzu/dooit/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+       test? (
+               =dev-python/pytest-asyncio-0.24*[${PYTHON_USEDEP}]
+               ~dev-python/Faker-30.8.2[${PYTHON_USEDEP}]
+       )
+"
+
+RDEPEND="
+       =dev-python/pyperclip-1.9*[${PYTHON_USEDEP}]
+       =dev-python/pyyaml-6*[${PYTHON_USEDEP}]
+       =dev-python/tzlocal-5.2*[${PYTHON_USEDEP}]
+       =dev-python/textual-0.85*[${PYTHON_USEDEP}]
+       =dev-python/python-dateutil-2.9*[${PYTHON_USEDEP}]
+       ~dev-python/sqlalchemy-2.0.36[${PYTHON_USEDEP}]
+       ~dev-python/platformdirs-4.3.6[${PYTHON_USEDEP}]
+       ~dev-python/click-8.1.7[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest

Reply via email to