app-text/dooit: drop 3.3.3, add 3.3.4, edit metad.

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-01-08 02:25:52 -03:00
parent f962eadf51
commit 477a5873b9
4 changed files with 46 additions and 41 deletions

View File

@@ -1 +1 @@
DIST dooit-3.3.3.gh.tar.gz 1417557 BLAKE2B 94d79680d33db03eaf7bfd6f9ca725fe090185f76f8cd5a5afee40150764e769003d11214d290388ea186bb49979155f15599c085479b637a6613f924758b35e SHA512 bee3973f4816f3cc645973515b19b826f7ff78a2377678d6891a95b8ec86d33a30fdbda3c4ff80b91310e1386967a7914948093f0e8192f45dd547370a6311c6
DIST dooit-3.3.4.gh.tar.gz 1469499 BLAKE2B f78bc8afeb9c59e900bc66c37462b2f4ca4685415c2272386b9a94602ad2fe8ddf7116bcd05d660d66d769d375d7bf7cbafb823f28d8af57e19e1acf70d282d5 SHA512 57b755170115709f15becbf801ec0c40bf7b02dd21f242b1c3330e25324e53527d56c9ee6e32c7be7354600ddd89f4faa0467962377df42a166e83c0140e8194

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1
DESCRIPTION="A TUI todo manager"
HOMEPAGE="https://github.com/dooit-org/dooit https://pipy.org/project/dooit"
SRC_URI="https://github.com/dooit-org/dooit/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
=dev-python/textual-dev-1*[${PYTHON_USEDEP}]
>=dev-python/faker-30.8.2[${PYTHON_USEDEP}]
)
"
RDEPEND="
<=dev-python/pyperclip-2.0.0-r0[${PYTHON_USEDEP}]
=dev-python/python-dateutil-2.9*[${PYTHON_USEDEP}]
=dev-python/pyyaml-6*[${PYTHON_USEDEP}]
=dev-python/textual-5.3*[${PYTHON_USEDEP}]
>=dev-python/tzlocal-5.2[${PYTHON_USEDEP}]
=dev-python/sqlalchemy-2*[${PYTHON_USEDEP}]
=dev-python/platformdirs-4*[${PYTHON_USEDEP}]
<dev-python/click-9.0.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
distutils_enable_tests pytest

View File

@@ -0,0 +1,44 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1
DESCRIPTION="A TUI todo manager"
HOMEPAGE="
https://dooit-org.github.io/dooit/
https://github.com/dooit-org/dooit
https://pypi.org/project/dooit
"
SRC_URI="https://github.com/dooit-org/dooit/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DOCS=( {CHANGELOG,README}.md )
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
>=dev-python/textual-dev-1.7.0[${PYTHON_USEDEP}]
>=dev-python/faker-37.8.0[${PYTHON_USEDEP}]
)
"
RDEPEND="
>=dev-python/pyperclip-1.10.0[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.9.0_p0[${PYTHON_USEDEP}]
>=dev-python/pyyaml-6.0.2[${PYTHON_USEDEP}]
>=dev-python/textual-6.1.0[${PYTHON_USEDEP}]
>=dev-python/tzlocal-5.3.1[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-2.0.43[${PYTHON_USEDEP}]
>=dev-python/platformdirs-4.4.0[${PYTHON_USEDEP}]
>=dev-python/click-8.1.8[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest

View File

@@ -8,5 +8,6 @@
<upstream>
<remote-id type="pypi">dooit</remote-id>
<remote-id type="github">dooit-org/dooit</remote-id>
<doc>https://dooit-org.github.io/dooit/</doc>
</upstream>
</pkgmetadata>