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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4BD2E158089 for ; Tue, 12 Sep 2023 13:04:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 829672BC03E; Tue, 12 Sep 2023 13:04:48 +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 6BB0B2BC03E for ; Tue, 12 Sep 2023 13:04:48 +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 9FE2E335C56 for ; Tue, 12 Sep 2023 13:04:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05D971181 for ; Tue, 12 Sep 2023 13:04:46 +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: <1694522724.d83516191888de80ee02189af5a41d155b7d7b26.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinx-argparse-cli/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinx-argparse-cli/Manifest dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.0.ebuild X-VCS-Directories: dev-python/sphinx-argparse-cli/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: d83516191888de80ee02189af5a41d155b7d7b26 X-VCS-Branch: master Date: Tue, 12 Sep 2023 13:04:46 +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: 997a92bb-7cfd-48d0-91bc-64247bf9d64c X-Archives-Hash: 533894d2e0df191a29588bc7904f83ad commit: d83516191888de80ee02189af5a41d155b7d7b26 Author: David Roman gmail com> AuthorDate: Tue Sep 12 12:45:24 2023 +0000 Commit: David Roman gmail com> CommitDate: Tue Sep 12 12:45:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8351619 dev-python/sphinx-argparse-cli: drop 1.11.0 Signed-off-by: David Roman gmail.com> dev-python/sphinx-argparse-cli/Manifest | 1 - .../sphinx-argparse-cli-1.11.0.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/sphinx-argparse-cli/Manifest b/dev-python/sphinx-argparse-cli/Manifest index 0eb23194a0..b7d4d4a2ed 100644 --- a/dev-python/sphinx-argparse-cli/Manifest +++ b/dev-python/sphinx-argparse-cli/Manifest @@ -1,2 +1 @@ -DIST sphinx-argparse-cli-1.11.0.gh.tar.gz 18745 BLAKE2B 9660fc48b80885a9968cb664abd1234d8718d4757e64b0642a46e6fcab9b95c5888cb47acd0b731a88ee8da309a6325eca5ff06b6acac200553caf6446ef92f9 SHA512 adb1c9c2c04cc2d714403806b71705a09ea085e562bd2e97d73249e5b33a1341880151b200a96734291606318acc4d8f7c23d3d42798e677744a37496d88d5ac DIST sphinx-argparse-cli-1.11.1.gh.tar.gz 18689 BLAKE2B 34dd1f84547dd590e4d12a600cf14a8133fc4fefa1726e0af1b7d52cd3b24317d8a66597aa9e135c98b331af20f67c9a1698efeff73c2d8cd7d587e8b698aca4 SHA512 027ac458a5bb3ddec81e1b26fe422d66071609590aba5b97b5399071ed44e13ea03e67e2a1177c31284b8e3bbdebfd15a10a1805b5de2e8ee03eaf72a0aa02c5 diff --git a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.0.ebuild b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.0.ebuild deleted file mode 100644 index ffeed59b7d..0000000000 --- a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..11} ) # no pypy3 support -inherit distutils-r1 - -DESCRIPTION="Render CLI arguments (sub-commands friendly) defined by argparse module" -HOMEPAGE="https://github.com/tox-dev/sphinx-argparse-cli https://pypi.org/project/sphinx-argparse-cli/" -SRC_URI="https://github.com/tox-dev/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/sphinx-5.3.0[${PYTHON_USEDEP}] - 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 482EF158089 for ; Tue, 12 Sep 2023 12:45:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F2362BC018; Tue, 12 Sep 2023 12:45:31 +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 4DB6C2BC018 for ; Tue, 12 Sep 2023 12:45: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 240FB335C4E for ; Tue, 12 Sep 2023 12:45:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71E27117D for ; Tue, 12 Sep 2023 12:45:28 +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: <1694522724.d83516191888de80ee02189af5a41d155b7d7b26.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-argparse-cli/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinx-argparse-cli/Manifest dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.0.ebuild X-VCS-Directories: dev-python/sphinx-argparse-cli/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: d83516191888de80ee02189af5a41d155b7d7b26 X-VCS-Branch: dev Date: Tue, 12 Sep 2023 12:45:28 +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: c96a58aa-e2f0-408e-9e95-08ee9204e419 X-Archives-Hash: e809ec757d09f19b9d028d64bacaef41 Message-ID: <20230912124528.A2FZH7VrE3J-7rmxU52BkJIDq86IMMlh6a1kSQN7-T8@z> commit: d83516191888de80ee02189af5a41d155b7d7b26 Author: David Roman gmail com> AuthorDate: Tue Sep 12 12:45:24 2023 +0000 Commit: David Roman gmail com> CommitDate: Tue Sep 12 12:45:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8351619 dev-python/sphinx-argparse-cli: drop 1.11.0 Signed-off-by: David Roman gmail.com> dev-python/sphinx-argparse-cli/Manifest | 1 - .../sphinx-argparse-cli-1.11.0.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/sphinx-argparse-cli/Manifest b/dev-python/sphinx-argparse-cli/Manifest index 0eb23194a0..b7d4d4a2ed 100644 --- a/dev-python/sphinx-argparse-cli/Manifest +++ b/dev-python/sphinx-argparse-cli/Manifest @@ -1,2 +1 @@ -DIST sphinx-argparse-cli-1.11.0.gh.tar.gz 18745 BLAKE2B 9660fc48b80885a9968cb664abd1234d8718d4757e64b0642a46e6fcab9b95c5888cb47acd0b731a88ee8da309a6325eca5ff06b6acac200553caf6446ef92f9 SHA512 adb1c9c2c04cc2d714403806b71705a09ea085e562bd2e97d73249e5b33a1341880151b200a96734291606318acc4d8f7c23d3d42798e677744a37496d88d5ac DIST sphinx-argparse-cli-1.11.1.gh.tar.gz 18689 BLAKE2B 34dd1f84547dd590e4d12a600cf14a8133fc4fefa1726e0af1b7d52cd3b24317d8a66597aa9e135c98b331af20f67c9a1698efeff73c2d8cd7d587e8b698aca4 SHA512 027ac458a5bb3ddec81e1b26fe422d66071609590aba5b97b5399071ed44e13ea03e67e2a1177c31284b8e3bbdebfd15a10a1805b5de2e8ee03eaf72a0aa02c5 diff --git a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.0.ebuild b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.0.ebuild deleted file mode 100644 index ffeed59b7d..0000000000 --- a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..11} ) # no pypy3 support -inherit distutils-r1 - -DESCRIPTION="Render CLI arguments (sub-commands friendly) defined by argparse module" -HOMEPAGE="https://github.com/tox-dev/sphinx-argparse-cli https://pypi.org/project/sphinx-argparse-cli/" -SRC_URI="https://github.com/tox-dev/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/sphinx-5.3.0[${PYTHON_USEDEP}] -