From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09391158451 for ; Wed, 10 Jan 2024 14:49:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42B80E2AA9; Wed, 10 Jan 2024 14:49:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20F4BE2AA7 for ; Wed, 10 Jan 2024 14:49:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E25793431B0 for ; Wed, 10 Jan 2024 14:49:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4874014B4 for ; Wed, 10 Jan 2024 14:49:49 +0000 (UTC) From: "Henri Gasc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Henri Gasc" Message-ID: <1704898157.cdfe6334260f58fabff6a18150cb92031ac74aec.gasc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/dooit/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/dooit/Manifest app-text/dooit/dooit-2.1.0.ebuild app-text/dooit/dooit-2.1.1.ebuild X-VCS-Directories: app-text/dooit/ X-VCS-Committer: gasc X-VCS-Committer-Name: Henri Gasc X-VCS-Revision: cdfe6334260f58fabff6a18150cb92031ac74aec X-VCS-Branch: dev Date: Wed, 10 Jan 2024 14:49:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 02975379-fd9f-43a3-9015-e79b79451628 X-Archives-Hash: fbbf80dd38b0b732d5a4db30c1921d3f commit: cdfe6334260f58fabff6a18150cb92031ac74aec Author: Henri Gasc eurecom fr> AuthorDate: Wed Jan 10 14:49:17 2024 +0000 Commit: Henri Gasc eurecom fr> 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 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/pyyaml-6.0[${PYTHON_USEDEP}] + =dev-python/appdirs-1.4.4[${PYTHON_USEDEP}] + =dev-python/textual-0.47.1[${PYTHON_USEDEP}] + =dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}] +