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 3639F158099 for ; Fri, 1 Dec 2023 20:50:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44E022BC02F; Fri, 1 Dec 2023 20:50:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 245312BC02F for ; Fri, 1 Dec 2023 20:50:12 +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 F3193335DCC for ; Fri, 1 Dec 2023 20:50:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 523B61441 for ; Fri, 1 Dec 2023 20:50:09 +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: <1701463804.6e19a5eb0a6c938e580e204f0a39d69440b7e7df.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-1.0.0.ebuild app-text/dooit/dooit-2.1.0.ebuild X-VCS-Directories: app-text/dooit/ X-VCS-Committer: gasc X-VCS-Committer-Name: Henri Gasc X-VCS-Revision: 6e19a5eb0a6c938e580e204f0a39d69440b7e7df X-VCS-Branch: dev Date: Fri, 1 Dec 2023 20:50:09 +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: fc146a41-6582-4b06-9865-de8a85c9c23b X-Archives-Hash: 2d5bf0d58810b694717ed91d683db622 commit: 6e19a5eb0a6c938e580e204f0a39d69440b7e7df Author: Henri Gasc eurecom fr> AuthorDate: Fri Dec 1 19:15:15 2023 +0000 Commit: Henri Gasc eurecom 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 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}"