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 F24301382C5 for ; Thu, 17 Jun 2021 05:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04305E0817; Thu, 17 Jun 2021 05:55:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DFEB5E0817 for ; Thu, 17 Jun 2021 05:55:48 +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 E9192335DB5 for ; Thu, 17 Jun 2021 05:55:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 984A67AF for ; Thu, 17 Jun 2021 05:55:45 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1623799705.0643a9328cc79d0941e0db099355ba6968a67f13.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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-3.0.1.ebuild X-VCS-Directories: dev-python/sphinx-click/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 0643a9328cc79d0941e0db099355ba6968a67f13 X-VCS-Branch: master Date: Thu, 17 Jun 2021 05:55:45 +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: 401f749c-617e-46d2-ba4d-7838f62b2212 X-Archives-Hash: b02937302cf911d559b0c3fef966366b commit: 0643a9328cc79d0941e0db099355ba6968a67f13 Author: Alessandro Barbieri gmail com> AuthorDate: Tue Jun 15 17:32:18 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Tue Jun 15 23:28:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0643a932 dev-python/sphinx-click: add 3.0.1 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/sphinx-click/Manifest | 1 + dev-python/sphinx-click/sphinx-click-3.0.1.ebuild | 29 +++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest index a07d48bd0..54f479211 100644 --- a/dev-python/sphinx-click/Manifest +++ b/dev-python/sphinx-click/Manifest @@ -1 +1,2 @@ DIST sphinx-click-3.0.0.tar.gz 19802 BLAKE2B 103b4d4374baac92baef327ed4a10e60b8ecbc1fecb828082ab2e9be766ba13bc4e1479d4e07eda456ba545be1626658cf599e48c3782f7257e646b819426b61 SHA512 a5d4aa443f149fbc875e773ac721a48e19f35c96ddff47fc5763639babe1dd7d87a92ce4b7139b0b2e6b252792de32f52e9bcbbf509c7af0fdbd12cb480fe0dc +DIST sphinx-click-3.0.1.tar.gz 17193 BLAKE2B 4110e7b69975d90729b48eaa8587771ee8b082574774f1fbc22278c0e3c8993f16c7682aafa273198b14c1d698faed39216d4ff3563e5a6b56e0646a987bf58e SHA512 ef3627e53e762e19f0b11824f32369aece053cfa861b49cd08e8d8e34d392883fff7df79a1eb23b256d401a803c93eed4bad91daf54eb2ad4c93655911c2e8e4 diff --git a/dev-python/sphinx-click/sphinx-click-3.0.1.ebuild b/dev-python/sphinx-click/sphinx-click-3.0.1.ebuild new file mode 100644 index 000000000..e19efe79f --- /dev/null +++ b/dev-python/sphinx-click/sphinx-click-3.0.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8,9} ) + +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-2.0[${PYTHON_USEDEP}] + >=dev-python/click-6[${PYTHON_USEDEP}] +