app-text/dooit: add 2.1.1, drop 2.1.0

Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2024-01-10 15:49:17 +01:00
parent 654250453d
commit cdfe633426
3 changed files with 34 additions and 29 deletions

View File

@@ -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

View File

@@ -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}"

View File

@@ -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}"