commit:     cdfe6334260f58fabff6a18150cb92031ac74aec
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Wed Jan 10 14:49:17 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jan 10 14:49:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cdfe6334

app-text/dooit: add 2.1.1, drop 2.1.0

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

 app-text/dooit/Manifest           |  2 +-
 app-text/dooit/dooit-2.1.0.ebuild | 28 ----------------------------
 app-text/dooit/dooit-2.1.1.ebuild | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 29 deletions(-)

diff --git a/app-text/dooit/Manifest b/app-text/dooit/Manifest
index dcdfae28af..50b6f474f4 100644
--- a/app-text/dooit/Manifest
+++ b/app-text/dooit/Manifest
@@ -1 +1 @@
-DIST dooit-2.1.0.gh.tar.gz 71329 BLAKE2B 
2e2a4b6ce349fdbbac02cf532871716ed7a9520653bd30340bdcbf2fa4bf3e5e74360fc4c764d2a5a868f0f794d61deb72313f6fed2548a281328f97307ab1a0
 SHA512 
fb59ca160999c4f188d8369997134807b214d6ce9bdf04c4407a05eff7cb7037d4dc6075a16443f6482e32268d322b74f0ae6611c30be11457fb7ca4d755cec5
+DIST dooit-2.1.1.gh.tar.gz 68111 BLAKE2B 
1fc36083e0d5e62ad08f77ecdede7806e47ec54aa611130861d5590cdde8d58db2a014fcb57b4a3a7795984141f309b8d40ba23ae319e8b8c99ee03fe1144705
 SHA512 
69e198c2499e6475638772c62d7d939f5128a31c2c32192a72d26d9fe344c08efc135e405832f9a91689068c27dd325de332877629a14fbe6268889afa89dbde

diff --git a/app-text/dooit/dooit-2.1.0.ebuild 
b/app-text/dooit/dooit-2.1.0.ebuild
deleted file mode 100644
index 15944f396b..0000000000
--- a/app-text/dooit/dooit-2.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 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://pypi.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/appdirs[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       dev-python/pyperclip[${PYTHON_USEDEP}]
-       dev-python/rich[${PYTHON_USEDEP}]
-       dev-python/textual[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/tzlocal[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"

diff --git a/app-text/dooit/dooit-2.1.1.ebuild 
b/app-text/dooit/dooit-2.1.1.ebuild
new file mode 100644
index 0000000000..acbe9cf9cf
--- /dev/null
+++ b/app-text/dooit/dooit-2.1.1.ebuild
@@ -0,0 +1,33 @@
+# 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-0.47.1[${PYTHON_USEDEP}]
+       <dev-python/textual-0.48.0[${PYTHON_USEDEP}]
+       >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
+       <dev-python/python-dateutil-3.0.0[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"

Reply via email to