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 0638115ACFC for ; Wed, 19 Apr 2023 10:24:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BDA5E08F9; Wed, 19 Apr 2023 10:24:49 +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 E1962E08F9 for ; Wed, 19 Apr 2023 10:24: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 EDA4D34101F for ; Wed, 19 Apr 2023 10:24:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60B5DA3E for ; Wed, 19 Apr 2023 10:24:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1681899842.03e47f4dd32b0719db6ee09ddaa9093d6c0ecabd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild X-VCS-Directories: dev-python/sphinx_celery/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 03e47f4dd32b0719db6ee09ddaa9093d6c0ecabd X-VCS-Branch: master Date: Wed, 19 Apr 2023 10:24: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: 856bf60a-2f7e-4ca3-87fd-7abee667522d X-Archives-Hash: 9c909338787c6493b576b9b5823f77cb commit: 03e47f4dd32b0719db6ee09ddaa9093d6c0ecabd Author: Michał Górny gentoo org> AuthorDate: Wed Apr 19 10:24:02 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 19 10:24:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e47f4d dev-python/sphinx_celery: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild deleted file mode 100644 index 5a70f7ebd8c4..000000000000 --- a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) -DISTUTILS_USE_SETUPTOOLS=bdepend - -inherit distutils-r1 pypi - -DESCRIPTION="Celery Sphinx Theme and Utilities" -HOMEPAGE="https://pypi.org/project/sphinx_celery/ https://github.com/celery/sphinx_celery" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -RDEPEND=">=dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}"