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 DA1CA158020 for ; Sun, 25 Dec 2022 08:09:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E973CE07D3; Sun, 25 Dec 2022 08:09:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D28AFE07D3 for ; Sun, 25 Dec 2022 08:09:30 +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 0FA28340F7E for ; Sun, 25 Dec 2022 08:09:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B7FA7ED for ; Sun, 25 Dec 2022 08:09:28 +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: <1671955764.4ff3387db6a3b958868f536c50dff9ab3b7112d1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doc8/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/doc8/Manifest dev-python/doc8/doc8-1.1.1.ebuild dev-python/doc8/metadata.xml X-VCS-Directories: dev-python/doc8/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4ff3387db6a3b958868f536c50dff9ab3b7112d1 X-VCS-Branch: master Date: Sun, 25 Dec 2022 08:09:28 +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: 7a89f50e-01c8-414f-a967-c828dd7efb8f X-Archives-Hash: 1551059df6d5876b8c3dcfcd4557fc59 commit: 4ff3387db6a3b958868f536c50dff9ab3b7112d1 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 25 08:02:24 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 25 08:09:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff3387d dev-python/doc8: Bump to 1.1.1 Signed-off-by: Michał Górny gentoo.org> dev-python/doc8/Manifest | 1 + dev-python/doc8/doc8-1.1.1.ebuild | 34 ++++++++++++++++++++++++++++++++++ dev-python/doc8/metadata.xml | 1 + 3 files changed, 36 insertions(+) diff --git a/dev-python/doc8/Manifest b/dev-python/doc8/Manifest index 390ed4834dd5..3b4512073908 100644 --- a/dev-python/doc8/Manifest +++ b/dev-python/doc8/Manifest @@ -1 +1,2 @@ DIST doc8-1.0.0.tar.gz 26058 BLAKE2B 0113a4738804a9ed0446ae26b18f0f7da9dd3c4a90c598e03c78d3124f5db42dbc38f1f17af05ef60cb645a8b18bcb20aeb2f5cc00c44814afd572d92b2d0301 SHA512 98ad904a994536de80d6e89a221e3d7159d5188a0f57d07961f646e0591f81790f06c624ef90c32e28ff89ecf9e39b2b052363995aaece6a4e30f643c37964b9 +DIST doc8-1.1.1.tar.gz 26514 BLAKE2B 847e34081f4e00698cbe3ca9b7325de2995c45bd02b2f443459050a2801a5b476222c345c4ba06463fc6ff489c3c59e5b6e7abbd7b98af740f09d5b04771a4b2 SHA512 7ec21c2483f7ebf2a7e1fef6677c6051ac253da6014354a968b8a107d8097f986b6b162850561fd6a103e93d157b2c849554aabe2484a49c4a3726c8e2083a89 diff --git a/dev-python/doc8/doc8-1.1.1.ebuild b/dev-python/doc8/doc8-1.1.1.ebuild new file mode 100644 index 000000000000..f8c054851484 --- /dev/null +++ b/dev-python/doc8/doc8-1.1.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Style checker for Sphinx (or other) RST documentation" +HOMEPAGE=" + https://pypi.org/project/doc8/ + https://github.com/PyCQA/doc8/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +RDEPEND=" + =dev-python/restructuredtext-lint-0.7[${PYTHON_USEDEP}] + dev-python/stevedore[${PYTHON_USEDEP}] + dev-python/tomli[${PYTHON_USEDEP}] +" +# setuptools_scm_git_archive is not actually needed here +BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest diff --git a/dev-python/doc8/metadata.xml b/dev-python/doc8/metadata.xml index 408cd2180853..3f2228a46d56 100644 --- a/dev-python/doc8/metadata.xml +++ b/dev-python/doc8/metadata.xml @@ -11,6 +11,7 @@ + PyCQA/doc8 doc8