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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D025D138239 for ; Sun, 29 Mar 2020 09:16:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1823BE09F9; Sun, 29 Mar 2020 09:16:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF698E09FA for ; Sun, 29 Mar 2020 09:16:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E33B034FABE for ; Sun, 29 Mar 2020 09:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2C991AA for ; Sun, 29 Mar 2020 09:16:04 +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: <1585473327.69a97dd53383977f2a9e5ba729e34ad756f2a422.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/Manifest dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild X-VCS-Directories: dev-python/sphinx_celery/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 69a97dd53383977f2a9e5ba729e34ad756f2a422 X-VCS-Branch: master Date: Sun, 29 Mar 2020 09:16:04 +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: 3bdc1e26-ef83-4071-9dbf-3332a4089608 X-Archives-Hash: 3115bcc8bdb6ec7dde7961f0c461d378 commit: 69a97dd53383977f2a9e5ba729e34ad756f2a422 Author: Michał Górny gentoo org> AuthorDate: Sun Mar 29 08:56:20 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 29 09:15:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a97dd5 dev-python/sphinx_celery: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/sphinx_celery/Manifest | 1 - dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/sphinx_celery/Manifest b/dev-python/sphinx_celery/Manifest index fe34a6d8606..ff08fe7356c 100644 --- a/dev-python/sphinx_celery/Manifest +++ b/dev-python/sphinx_celery/Manifest @@ -1,2 +1 @@ -DIST sphinx_celery-1.3.1.tar.gz 15334 BLAKE2B 1e6d34e35327fee921c884c47b948b624f900eb3b98cb86b1e45d4054bee596d5525c2be2ddb4605d03d27167183844221e3789e27ae1f5834983e9fcaa5e66b SHA512 b3d11204fd02f85426e1f4bcb81e61557f04440656be946a18e142087180a50f864ca4bbb53d3fff4eabd7623bf5c3682d3c1e00b9adf9184de99a27de98b2f6 DIST sphinx_celery-2.0.0.tar.gz 16203 BLAKE2B 439a9cd20e09071491338016ba83514e37c7cdfa34966e93e3c6062ed94cdaa0750351a0de9fc7b27be1b7e557b5625be73f01f1de59d15f36335e9d46d35cae SHA512 1beca69fe9b56d04cd3c42aa9244d50a364a860e9cf53f94897c0f690b8465f4e2a7b10ed6d310d3fa706d86f5882a338cd982a3ac7cec36586269756e9128a5 diff --git a/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild b/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild deleted file mode 100644 index d704a2f0c62..00000000000 --- a/dev-python/sphinx_celery/sphinx_celery-1.3.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Celery Sphinx Theme and Utilities" -HOMEPAGE="https://pypi.org/project/sphinx_celery/ https://github.com/celery/sphinx_celery" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.4[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}"