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 A25A3158043 for ; Thu, 18 Apr 2024 10:26:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91B47E29F6; Thu, 18 Apr 2024 10:26:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 78C39E29FB for ; Thu, 18 Apr 2024 10:26:58 +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 A049E3434BF for ; Thu, 18 Apr 2024 10:26:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECFF41728 for ; Thu, 18 Apr 2024 10:26:54 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1713426036.6703f19154ef1c36db07c43498a1eaa0a35c933c.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/rstcheck/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/rstcheck/Manifest dev-python/rstcheck/rstcheck-6.2.1.ebuild X-VCS-Directories: dev-python/rstcheck/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 6703f19154ef1c36db07c43498a1eaa0a35c933c X-VCS-Branch: master Date: Thu, 18 Apr 2024 10:26:54 +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: 50fd2c13-e0df-449c-965e-79ef0069c823 X-Archives-Hash: ba607b74890c41d9d73d784df76a32f1 commit: 6703f19154ef1c36db07c43498a1eaa0a35c933c Author: Joe Kappus wt gd> AuthorDate: Thu Apr 18 07:40:36 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Apr 18 07:40:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6703f191 dev-python/rstcheck: add 6.2.1 Signed-off-by: Joe Kappus wt.gd> dev-python/rstcheck/Manifest | 1 + dev-python/rstcheck/rstcheck-6.2.1.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-python/rstcheck/Manifest b/dev-python/rstcheck/Manifest index fa0d5c789d..71ade1e8f0 100644 --- a/dev-python/rstcheck/Manifest +++ b/dev-python/rstcheck/Manifest @@ -1 +1,2 @@ DIST rstcheck-6.2.0.tar.gz 23378 BLAKE2B e1239c884ffdb0c676d3cbe526b33d8a84685b9c914c88b28da7df58985681be8114b507d49c16c970b291475997ddc626445df26647381c23260363a1b0ec82 SHA512 8b92d0e43cf3aea8881d660dae485ffb8dcce893e43cab589f41cc2cb6918a5b685f78428a18526df97c2b0eadc8be85836be4a82fda4277f3d93b4d1bd3648e +DIST rstcheck-6.2.1.tar.gz 23609 BLAKE2B 1c652e90e80b208d25b1644bab3eb8523a97e7018c33bd89a3beea5e4537df158a7cfd8a72897726170bc42949aa83140a061e1a217dd3c806c1a4550657e558 SHA512 6a3d9cfef0ed1ac73e0b2515053426db823bfe8d12691fee432084889541633472cf94bc2449f0e0583e83d5d28cd47520ea6bcdbb520b7831e73702b7a89e8b diff --git a/dev-python/rstcheck/rstcheck-6.2.1.ebuild b/dev-python/rstcheck/rstcheck-6.2.1.ebuild new file mode 100644 index 0000000000..861b4f766f --- /dev/null +++ b/dev-python/rstcheck/rstcheck-6.2.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Checks syntax of reStructuredText and code blocks nested within it" +HOMEPAGE="https://github.com/rstcheck/rstcheck" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/docutils[${PYTHON_USEDEP}]" +BDEPEND=" + >=dev-python/setuptools-scm-7.1.0[${PYTHON_USEDEP}] +" + +# broken without dev-python/typer and dev-python/restcheck-core +RESTRICT="test"