diff options
author | Henri Gasc <gasc@eurecom.fr> | 2023-12-01 20:15:15 +0100 |
---|---|---|
committer | Henri Gasc <gasc@eurecom.fr> | 2023-12-01 21:50:04 +0100 |
commit | 6e19a5eb0a6c938e580e204f0a39d69440b7e7df (patch) | |
tree | e89d9a5c111e3aa3be93cc17461a1d8220b12deb /app-text/dooit | |
parent | app-misc/pipes-rs: add 1.6.2, drop 1.6.1 (diff) | |
download | guru-6e19a5eb0a6c938e580e204f0a39d69440b7e7df.tar.gz guru-6e19a5eb0a6c938e580e204f0a39d69440b7e7df.tar.bz2 guru-6e19a5eb0a6c938e580e204f0a39d69440b7e7df.zip |
app-text/dooit: add 2.1.0, drop 1.0.0
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
Diffstat (limited to 'app-text/dooit')
-rw-r--r-- | app-text/dooit/Manifest | 2 | ||||
-rw-r--r-- | app-text/dooit/dooit-2.1.0.ebuild (renamed from app-text/dooit/dooit-1.0.0.ebuild) | 15 |
2 files changed, 9 insertions, 8 deletions
diff --git a/app-text/dooit/Manifest b/app-text/dooit/Manifest index aa38fe333..dcdfae28a 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 index fcc7c30b8..e7dbd5b13 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}" |