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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F155D15802C for ; Wed, 18 Dec 2024 14:55:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39674E08C2; Wed, 18 Dec 2024 14:55:58 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F891E08B1 for ; Wed, 18 Dec 2024 14:55:57 +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 617C333BF39 for ; Wed, 18 Dec 2024 14:55:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B7EB1FBE for ; Wed, 18 Dec 2024 14:55:53 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1734533643.eddef38d0d9ad19f1a246176caf2987d05deda4c.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/, dev-python/sphinx-rtd-dark-mode/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinx-rtd-dark-mode/Manifest dev-python/sphinx-rtd-dark-mode/metadata.xml dev-python/sphinx-rtd-dark-mode/sphinx-rtd-dark-mode-1.2.4.ebuild profiles/package.mask X-VCS-Directories: dev-python/sphinx-rtd-dark-mode/ profiles/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: eddef38d0d9ad19f1a246176caf2987d05deda4c X-VCS-Branch: dev Date: Wed, 18 Dec 2024 14:55:53 +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: 3f566f56-4987-402e-bf2d-e4da0672f80b X-Archives-Hash: f01b5205b25ff96f9e241f8e4e9d9fcb commit: eddef38d0d9ad19f1a246176caf2987d05deda4c Author: Takuya Wakazono gmail com> AuthorDate: Wed Dec 18 14:54:03 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Wed Dec 18 14:54:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eddef38d dev-python/sphinx-rtd-dark-mode: treeclean Signed-off-by: Takuya Wakazono gmail.com> dev-python/sphinx-rtd-dark-mode/Manifest | 1 - dev-python/sphinx-rtd-dark-mode/metadata.xml | 9 ------ .../sphinx-rtd-dark-mode-1.2.4.ebuild | 36 ---------------------- profiles/package.mask | 1 - 4 files changed, 47 deletions(-) diff --git a/dev-python/sphinx-rtd-dark-mode/Manifest b/dev-python/sphinx-rtd-dark-mode/Manifest deleted file mode 100644 index 96deecacb..000000000 --- a/dev-python/sphinx-rtd-dark-mode/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphinx-rtd-dark-mode-1.2.4.gh.tar.gz 9964 BLAKE2B 7aa68205af0578b841d35e7d7ccc8278060eafa13a598889dde6e75c3b27f606ffd7eac0c4bcc946b7e83bd2099e83c5b212768f230cabfcc6a8a0248b8f8ebc SHA512 729fa42c813bdcde8f10633aef54ac55b7ae0c20d67d376141236c3bc96731de3d42c9b890f1314527a2f0faf7de30101d769235b97b53456b6291f4137f9e75 diff --git a/dev-python/sphinx-rtd-dark-mode/metadata.xml b/dev-python/sphinx-rtd-dark-mode/metadata.xml deleted file mode 100644 index f3192a85d..000000000 --- a/dev-python/sphinx-rtd-dark-mode/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - sphinx-rtd-dark-mode - MrDogeBro/sphinx_rtd_dark_mode - - diff --git a/dev-python/sphinx-rtd-dark-mode/sphinx-rtd-dark-mode-1.2.4.ebuild b/dev-python/sphinx-rtd-dark-mode/sphinx-rtd-dark-mode-1.2.4.ebuild deleted file mode 100644 index f6a045dbe..000000000 --- a/dev-python/sphinx-rtd-dark-mode/sphinx-rtd-dark-mode-1.2.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} pypy3 ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -MY_PN="sphinx_rtd_dark_mode" -DESCRIPTION="Dark mode for the Sphinx Read the Docs theme" -HOMEPAGE=" - https://pypi.org/project/sphinx-rtd-dark-mode/ - https://github.com/MrDogeBro/sphinx_rtd_dark_mode -" -SRC_URI="https://github.com/MrDogeBro/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/sphinx[${PYTHON_USEDEP}] - ) -" - -DOCS=( {CONTRIBUTING,README}.md ) - -distutils_enable_tests pytest - -python_test() { - epytest tests/build.py -} diff --git a/profiles/package.mask b/profiles/package.mask index f64d50956..2b56bad4b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -81,7 +81,6 @@ dev-python/kurbopy # Official Flathub page is gone as well. # https://gitlab.gnome.org/World/giara/-/issues/130 # Removal on 2024-12-18. Bug #922029. -dev-python/sphinx-rtd-dark-mode dev-python/betamax-serializers # Julien Roy (2024-11-15)