commit: 6e19a5eb0a6c938e580e204f0a39d69440b7e7df
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Fri Dec 1 19:15:15 2023 +0000
Commit: Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Fri Dec 1 20:50:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e19a5eb
app-text/dooit: add 2.1.0, drop 1.0.0
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
app-text/dooit/Manifest | 2 +-
app-text/dooit/{dooit-1.0.0.ebuild => dooit-2.1.0.ebuild} | 15 ++++++++-------
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/app-text/dooit/Manifest b/app-text/dooit/Manifest
index aa38fe3330..dcdfae28af 100644
--- a/app-text/dooit/Manifest
+++ b/app-text/dooit/Manifest
@@ -1 +1 @@
-DIST v1.0.0.gh.tar.gz 49820 BLAKE2B
34f2cf0bbec72442d37d6f1dece847b1ae5744c2ccc3364b9d850382bdf4571e88bd6afb2312d0989a25ddd3cdbf2bad4aa4d07843a612823af2200b0b3c0b52
SHA512
295a2bf7e357da912982020312dcfaf183eb4c6a430865d86231ccac71efa2f95c11e4fbbf1b1dc255ad7d461a71f6a45d8bc51bfcfa8589724db1519e6e0836
+DIST dooit-2.1.0.gh.tar.gz 71329 BLAKE2B
2e2a4b6ce349fdbbac02cf532871716ed7a9520653bd30340bdcbf2fa4bf3e5e74360fc4c764d2a5a868f0f794d61deb72313f6fed2548a281328f97307ab1a0
SHA512
fb59ca160999c4f188d8369997134807b214d6ce9bdf04c4407a05eff7cb7037d4dc6075a16443f6482e32268d322b74f0ae6611c30be11457fb7ca4d755cec5
diff --git a/app-text/dooit/dooit-1.0.0.ebuild
b/app-text/dooit/dooit-2.1.0.ebuild
similarity index 75%
rename from app-text/dooit/dooit-1.0.0.ebuild
rename to app-text/dooit/dooit-2.1.0.ebuild
index fcc7c30b8a..e7dbd5b139 100644
--- a/app-text/dooit/dooit-1.0.0.ebuild
+++ b/app-text/dooit/dooit-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,18 +10,19 @@ 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 ->
v${PV}.gh.tar.gz"
+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/textual[${PYTHON_USEDEP}]
- dev-python/py-nanoid[${PYTHON_USEDEP}]
+ 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/dateparser[${PYTHON_USEDEP}]
dev-python/tzlocal[${PYTHON_USEDEP}]
- dev-python/appdirs[${PYTHON_USEDEP}]
"
-DEPEND="${BDEPEND}"
+DEPEND="${RDEPEND}"