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 C36F31382C5 for ; Mon, 14 Jun 2021 23:09:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94B84E09CD; Mon, 14 Jun 2021 23:09:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7C872E09CB for ; Mon, 14 Jun 2021 23:09:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B2341340E78 for ; Mon, 14 Jun 2021 23:09:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAA3D7B7 for ; Mon, 14 Jun 2021 23:09:46 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1623712183.107a83f576f97f4f242e34cb23dd63824f172460.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-click/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinx-click/Manifest dev-python/sphinx-click/sphinx-click-2.7.1.ebuild X-VCS-Directories: dev-python/sphinx-click/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 107a83f576f97f4f242e34cb23dd63824f172460 X-VCS-Branch: dev Date: Mon, 14 Jun 2021 23:09: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: 607b2fe2-ee8e-48a0-b041-3b40da0448f4 X-Archives-Hash: bbf100f2cb110a78cbc9638d3d92b987 commit: 107a83f576f97f4f242e34cb23dd63824f172460 Author: Alessandro Barbieri gmail com> AuthorDate: Mon Jun 14 22:50:01 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon Jun 14 23:09:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=107a83f5 dev-python/sphinx-click: drop 2.7.1 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/sphinx-click/Manifest | 1 - dev-python/sphinx-click/sphinx-click-2.7.1.ebuild | 31 ----------------------- 2 files changed, 32 deletions(-) diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest index e8a4301b4..a07d48bd0 100644 --- a/dev-python/sphinx-click/Manifest +++ b/dev-python/sphinx-click/Manifest @@ -1,2 +1 @@ -DIST sphinx-click-2.7.1.tar.gz 17608 BLAKE2B 4fe15f3e8ad413f36a9aa6125f973fdb8d150a0996a373bc877ccec1c40132d81235abaf28a1ab90e647cbdb6a9571d782078e1de19c98e76818c6a957490bec SHA512 55749ab1f48569225558eda243c77991623418a2185fbda266d75d3a52f4551fb619b3024bb368d8332e55c0755da7a9da5b5da97158c9d8eefec3a2007f201e DIST sphinx-click-3.0.0.tar.gz 19802 BLAKE2B 103b4d4374baac92baef327ed4a10e60b8ecbc1fecb828082ab2e9be766ba13bc4e1479d4e07eda456ba545be1626658cf599e48c3782f7257e646b819426b61 SHA512 a5d4aa443f149fbc875e773ac721a48e19f35c96ddff47fc5763639babe1dd7d87a92ce4b7139b0b2e6b252792de32f52e9bcbbf509c7af0fdbd12cb480fe0dc diff --git a/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild b/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild deleted file mode 100644 index 657e38a6e..000000000 --- a/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Sphinx plugin to automatically document click-based applications" -HOMEPAGE=" - https://github.com/click-contrib/sphinx-click - https://pypi.org/project/sphinx-click -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -RDEPEND=" - >=dev-python/sphinx-1.5[${PYTHON_USEDEP}] - =dev-python/click-6[${PYTHON_USEDEP}] -