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 27B93158046 for ; Fri, 11 Oct 2024 09:55:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20B41E29BB; Fri, 11 Oct 2024 09:55:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0AF89E29BB for ; Fri, 11 Oct 2024 09:55:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9ED1634325E for ; Fri, 11 Oct 2024 09:55:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34D3F27B6 for ; Fri, 11 Oct 2024 09:55:27 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1728587871.640ca135b4b4686d766f0ec6f5ba6d04d0b0626f.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/textual/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/textual/Manifest dev-python/textual/textual-0.63.6.ebuild dev-python/textual/textual-0.83.0.ebuild X-VCS-Directories: dev-python/textual/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 640ca135b4b4686d766f0ec6f5ba6d04d0b0626f X-VCS-Branch: master Date: Fri, 11 Oct 2024 09:55:27 +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: 812ce3c5-7a9e-479e-97b1-c1a81e686ccd X-Archives-Hash: b283e331669f222c3c1a26a244ccfe72 commit: 640ca135b4b4686d766f0ec6f5ba6d04d0b0626f Author: Henri Gasc eurecom fr> AuthorDate: Thu Oct 10 19:17:05 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Oct 10 19:17:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=640ca135 dev-python/textual: add 0.83.0, drop 0.63.6 Closes: https://bugs.gentoo.org/931793 Signed-off-by: Henri Gasc eurecom.fr> dev-python/textual/Manifest | 2 +- .../{textual-0.63.6.ebuild => textual-0.83.0.ebuild} | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/dev-python/textual/Manifest b/dev-python/textual/Manifest index 0817aca3d..9df1423ac 100644 --- a/dev-python/textual/Manifest +++ b/dev-python/textual/Manifest @@ -1 +1 @@ -DIST textual-0.63.6.gh.tar.gz 28258385 BLAKE2B 4cdb85407db92888a632946d1386454b2b82307a4270acdf301ec325a936439a1f012de8fbe5dc7e07880601e23ae99599b4249fde3b1af5622567d485f25a9a SHA512 89c6773c19779af4dbb23c6c079921a2742b80d77e110403491dd1888dcac6ffc1e32098cbceff465feea63d56a1cd49ff5c16e3cffb663da2ac248c988a8496 +DIST textual-0.83.0.gh.tar.gz 29429528 BLAKE2B 7f9c1b248ba0b8e275c8d4dd14525e62f45215c053b226b712792b855b5435971d9b7fd20e0c297ec5bf54bd929fba82bc76156bbd0468f9c6fee62ec16b8a1c SHA512 3d97814de2bcc4d4618c24d6975ed0d37448810031b69e772ff7ffd6dc0641f554322d8cc9ba7086de359e79bb8cd84163b8133bed9517e66a6997770eec784f diff --git a/dev-python/textual/textual-0.63.6.ebuild b/dev-python/textual/textual-0.83.0.ebuild similarity index 91% rename from dev-python/textual/textual-0.63.6.ebuild rename to dev-python/textual/textual-0.83.0.ebuild index efbe7ab5f..326fdec70 100644 --- a/dev-python/textual/textual-0.63.6.ebuild +++ b/dev-python/textual/textual-0.83.0.ebuild @@ -5,7 +5,6 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry PYTHON_COMPAT=( python3_{10..12} ) - DOCS_BUILDER="mkdocs" DOCS_DEPEND=" dev-python/mkdocstrings @@ -14,7 +13,6 @@ DOCS_DEPEND=" dev-python/mkdocs-git-revision-date-localized-plugin dev-python/mkdocs-material dev-python/mkdocs-rss-plugin - dev-python/pytz " DOCS_INITIALIZE_GIT=1 @@ -37,16 +35,20 @@ BDEPEND=" dev-python/httpx[${PYTHON_USEDEP}] >=dev-python/textual-dev-1.2.0[${PYTHON_USEDEP}]